prepare unsual data
1 | prepare_unusual(data, fg_data, .company, .year, .month, rolling = 13)
|
1 2 3 | fg_data <- load_fg("~/data/icrmkpi/unusual/", 'fg-year.csv')
unusual_data <- load_unusual_all("~/data/icrmkpi/unusual/")
unusual_data <- prepare_unusual(data=unusual_data, fg_data = fg_data, .company = 'G046',.year=2020, .month = 4 ,rolling = 13)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.