View source: R/parse-transducers.R
read_transducer | R Documentation |
read transducer raw data and restructure to conform with DCR and WQX compliant schema
read_transducer(file, downslace = FALSE)
file |
a csv file with transducer output |
downscale |
whether or not to downscale the data to 2 hour intervals (for wqx upload) |
It is suggested by WQX standards that logger data (usually reported at 15-minute intervals) be uploaded at 2-hour intervals (or longer). By default we will structure data to report the values at 2 hour intervals (top of the hour).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.