View source: R/readMWRresults.R
readMWRresults | R Documentation |
Read water quality monitoring results from an external file
readMWRresults(respth, runchk = TRUE, warn = TRUE, tzone = "America/Jamaica")
respth |
character string of path to the results file |
runchk |
logical to run data checks with |
warn |
logical to return warnings to the console (default) |
tzone |
character string for time zone, passed to |
Date are imported with read_excel
, checked with checkMWRresults
, and formatted with formMWRresults
.
A formatted water quality monitoring results data frame that can be used for downstream analysis
readMWRresultsview
for troubleshooting import checks
respth <- system.file('extdata/ExampleResults.xlsx', package = 'MassWateR')
resdat <- readMWRresults(respth)
head(resdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.