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.Rd
Import 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
NA
value after pivoting to long-format should be dropped (deafult isTRUE
).- id_as_string
A logical indicating whether the
company_id
column should be imported as a character vector. By default, thecompany_id
column is imported as a numeric (i.e.FALSE
).