View source: R/reprocess_vswc.R
| reprocess_vswc | R Documentation |
Apply correct calibration data functions for SWC data - see https://data.neonscience.org/data-products/DP1.00094.001
reprocess_vswc(site_name, download_date)
site_name |
Required. NEON code for a particular site (a string) |
download_date |
Required. Date where we end getting NEON data. Format: YYYY-MM (can't specify day). So "2020-05" means it will grab data for the entire 5th month of 2020. (a string). Downloads data for a given month only |
A data frame of startDateTime, horizontalPosition, and the associated QF flag.
A list containing stacked swc data
John Zobitz zobitz@augsburg.edu,
out_swc <- reprocess_vswc("SJER","2022-06")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.