imports list of account ——————————————————– Prepare aging data ————————————————————
1 | prepare_aging(data, .company, .year, .month, rolling = 13)
|
1 2 3 | company_data <- load_company_region ("~/data/icrmkpi/iwo/", 'company-region.csv')
data <- load_aging_all("~/data/icrmkpi/aging/", company_data = company_data)
asset_data <- prepare_aging(data,.company = 'G048', .year = 2020, .month = 3, rolling = 13)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.