load_and_clean_gfpm_data: Load and clean the last GFPM scenario from the PELPS folder

Description Usage Arguments

View source: R/clean.R

Description

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.

Usage

1
2
load_and_clean_gfpm_data(scenario_name, pelps_folder = "C:/PELPS/pelps/",
  compression = "none")

Arguments

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


paul4forest/GFPMoutput documentation built on May 24, 2019, 8:25 p.m.