# NOT RUN {
# read the BASE from a zip file, using the example data file
base <- amf_read_base(file = system.file("extdata",
"AMF_US-CRT_BASE-BADM_2-5.zip",
package = "amerifluxr"),
unzip = TRUE,
parse_timestamp = TRUE)
# read the BASE from a csv file
base <- amf_read_base(file = system.file("extdata",
"AMF_US-CRT_BASE_HH_2-5.csv",
package = "amerifluxr"),
unzip = FALSE,
parse_timestamp = FALSE)
# }
Run the code above in your browser using DataLab