Retrieve WUENIC data
get_wuenic.Rd
Retrieves WUENIC data from the shared drive. NOTE: Only works for 2021 or later versions.
Arguments
- version_date
A string in the format of "yyyy-mm", corresponding to the version of the WUENIC file you wish to load.
- format
A string used to determine which format of WUENIC file to load. Options are: "normal", "old_new", and "to_share".
Examples
get_wuenic("2022-07")
#> Reading in WUENIC file dated: 2022-07
#> Warning: cannot open compressed file 'C:/Users//Gavi/Measurement, Evaluation and Learning - Documents/CPMM/Datasets/Coverage/WUENIC/2022/outputs/wuenic_2022-07.rds', probable reason 'No such file or directory'
#> Error in gzfile(file, "rb"): cannot open the connection
get_wuenic("2021-07", "old_new")
#> Reading in WUENIC file dated: 2021-07
#> Warning: cannot open compressed file 'C:/Users//Gavi/Measurement, Evaluation and Learning - Documents/CPMM/Datasets/Coverage/WUENIC/2021/outputs/wuenic_old_new_2021-07.rds', probable reason 'No such file or directory'
#> Error in gzfile(file, "rb"): cannot open the connection