# \donttest{
# Download the soil water content data:
site_swc <- neonUtilities::loadByProduct(
dpID="DP1.00094.001",
site="SJER",
startdate="2020-05",
enddate="2020-05",
timeIndex = "30",
package="expanded",
check.size = FALSE,
include.provisional = TRUE
)
# Then correct the swc:
site_swc <- swc_correct(site_swc,"SJER","2020-05")
# }
Run the code above in your browser using DataLab