readMWRwqx | R Documentation |
Read water quality exchange (wqx) metadata input from an external file
readMWRwqx(wqxpth, runchk = TRUE, warn = TRUE)
wqxpth |
character string of path to the wqx metadata file |
runchk |
logical to run data checks with |
warn |
logical to return warnings to the console (default) |
Date are imported with read_excel
, checked with checkMWRwqx
.
A formatted data frame that can be used for downstream analysis
wqxpth <- system.file('extdata/ExampleWQX.xlsx', package = 'MassWateR')
wqxdat <- readMWRwqx(wqxpth)
head(wqxdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.