From 064049ca21d978eda1acf3f4b766a202b3fc7763 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Wed, 17 Apr 2024 11:45:18 +0200 Subject: [PATCH] add `ai_company_id` to audit file --- R/create_audit_file.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/create_audit_file.R b/R/create_audit_file.R index 3aecc85..9a07a4d 100644 --- a/R/create_audit_file.R +++ b/R/create_audit_file.R @@ -25,7 +25,8 @@ create_audit_file <- function(portfolio_total, has_revenue) { "bics_sector", "sectors_with_assets", "has_ald_in_fin_sector", - "flag" + "flag", + ai_company_id = "ar_company_id" )) )