nneo_data(product_code = "DP1.00098.001", site_code = "HEAL",
year_month = "2016-05")
nneo_data(product_code = "DP1.00098.001", site_code = "HEAL",
year_month = "2016-05")
## with a package
nneo_data(product_code = "DP1.00098.001", site_code = "HEAL",
year_month = "2016-05", package = "basic")
nneo_data(product_code = "DP1.00098.001", site_code = "HEAL",
year_month = "2016-05", package = "expanded")
## with a file name
fname <- "NEON.D19.HEAL.DP1.00098.001.00000.000.040.001.RH_1min.csv"
nneo_file(product_code = "DP1.00098.001", site_code = "HEAL",
year_month = "2016-05", filename = fname)
## curl options
nneo_data(product_code = "DP1.00098.001", site_code = "HEAL",
year_month = "2016-05", verbose = TRUE)
Run the code above in your browser using DataLab