| merge_daymet | R Documentation | 
Combine PhenoCam time series with matching climatological variables from Daymet.
merge_daymet(data, trim = FALSE, internal = TRUE, out_dir = tempdir())
data | 
 a PhenoCam data file or data structure  | 
trim | 
 logical, trim the daymet data to the length of the
PhenoCam time series or include the whole Daymet time series (1980-current).
(default =   | 
internal | 
 return a data structure if given a file on disk
(  | 
out_dir | 
 output directory where to store data (default = tempdir())  | 
A PhenoCam data structure or file which combines PhenoCam time series data with Daymet based climate values (columns will be added).
## Not run: 
# download demo data
download_phenocam(site = "harvard$",
                  veg_type = "DB",
                  roi_id = "1000",
                  frequency = "3")
# merge data with daymet data
merge_daymet(file.path(tempdir(),"harvard_DB_1000_3day.csv"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.