if (FALSE) {
# download the first ROI time series for the Harvard PhenoCam site
# at an aggregation frequency of 3-days.
download_phenocam(site = "harvard$",
veg_type = "DB",
roi_id = "1000",
frequency = "3")
# read phenocam data into phenocamr data structure
df <- process_phenocam(file.path(tempdir(),"harvard_DB_1000_3day.csv"))
}
Run the code above in your browser using DataLab