Generic function to convert input files containing observational data to
a common PEcAn format.
load_data(
data.path,
format,
start_year = NA,
end_year = NA,
site = NA,
vars.used.index = NULL,
...
)
Arguments
- data.path
character
- format
list
- start_year
numeric
- end_year
numeric
- site
list
- vars.used.index
which variables to use? If NULL, these are taken from `format`
- ...
further arguments, currently ignored
Author
Betsy Cowdery, Istem Fer, Joshua Mantooth