Calls the functions copy_pelps_folder()
to copy the raw PELPS data in the ./rawdata folder.
Calls the function savePELPSToRdata()
to clean the data and save it to an .RDATA file in the ./rawdata folder.
Calls the function clean() to clean the data.
Then save the cleaned data as an .rds file in the enddata folder.
The RDS format is explained in saveRDS().
If the ./rawdata and ./enddata folder do not exists, they will
be created under the working directory.
1 2 | load_and_clean_gfpm_data(scenario_name, pelps_folder = "C:/PELPS/pelps/",
compression = "none")
|
scenario_name |
string, name of a scenario |
pelps_folder |
path to the pelps folder on windows |
compression, |
see the functions copy_pelps_folder and savePELPSToRdata |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.