Identify the NERRS reserve sampling stations based on the metadata in the data file
get_sites(data.file, type = c("wq", "nut", "met"), active = TRUE,
primary = TRUE)
location of data
chr string of data station type ('wq'
, 'nut'
, or 'met'
)
logical. Should inactive stations be excluded? Defaults to TRUE
logical. Should non-primary stations be excludes? Defaults to TRUE
Returns a character vector of reserve stations
This function is intended for internal use with the NERRS reserve level reporting scripts. It returns the sampling stations associated with the data in the user-specified data folder.