
Import the data from a version of Asset Resolution's bespoke masterdata_*.csv files into a tidy data frame.
Source: R/import_ar_advanced_company_indicators.R
import_ar_masterdata.RdImport the data from a version of Asset Resolution's bespoke
masterdata_*.csv files into a tidy data frame.
Arguments
- filepath
Path to the CSV file.
- drop_nas
A logical indicating whether rows with an
NAvalue after pivoting to long-format should be dropped (deafult isTRUE).- id_as_string
A logical indicating whether the
company_idcolumn should be imported as a character vector. By default, thecompany_idcolumn is imported as a numeric (i.e.FALSE).