readMWRsites | R Documentation |
Read site metadata from an external file
readMWRsites(sitpth, runchk = TRUE)
sitpth |
character string of path to the site metadata file |
runchk |
logical to run data checks with |
Data are imported with read_excel
and checked with checkMWRsites
.
A formatted data frame of site metadata that can be used for downstream analysis
sitpth <- system.file('extdata/ExampleSites.xlsx', package = 'MassWateR')
sitdat <- readMWRsites(sitpth)
head(sitdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.