get_ems_lookup: get EMS data lookup table

View source: R/utils-shinyrems.R

get_ems_lookupR Documentation

get EMS data lookup table

Description

This function generates and caches a lookup table of the chosen data ('2yr' or '4yr') and imports it into your R session. If the cached data are more current than than the lookup cache, you will be prompted to update it.

Usage

get_ems_lookup(which = "2yr", ask = TRUE)

Arguments

which

Defaults to "2yr" (past 2 years). You can also specify "4yr" to get the past four years of data.

ask

should the function ask for your permission to cache data on your computer? Default TRUE

Details

this function is only used when running the ShinyRems app.

"EMS_ID", "MONITORING_LOCATION", "PERMIT", "PARAMETER_CODE", "PARAMETER", "LONGITUDE" "LATITUDE", "FROM_DATE", "TO_DATE"

Value

a data frame


bcgov/rems documentation built on Oct. 14, 2023, 3:04 a.m.