Read files into objects usable by other PEcAn.ED2 utilities, and optionally check for errors.
Usage
read_css(filepath, check = TRUE, ...)
read_pss(filepath, check = TRUE)
read_site(filepath, check = TRUE, ...)Arguments
- filepath
Full path to css, pss, or site file
- check
Logical. If
TRUE(default), check that file is valid.- ...
Additional arguments to check functions.