Learn R Programming

neonSoilFlux (version 3.0.0)

reprocess_vswc: Internal helper function to reprocess SWC data from calibration data

Description

Apply correct calibration data functions for SWC data - see https://data.neonscience.org/data-products/DP1.00094.001

Usage

reprocess_vswc(site_name, download_date)

Value

A data frame of startDateTime, horizontalPosition, and the associated QF flag.

A list containing stacked swc data

Arguments

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

Author

John Zobitz zobitz@augsburg.edu,

Examples

Run this code
# \donttest{
out_swc <- reprocess_vswc("SJER","2022-06")
# }

Run the code above in your browser using DataLab