View source: R/utils-shinyrems.R
get_ems_lookup | R Documentation |
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.
get_ems_lookup(which = "2yr", ask = TRUE)
which |
Defaults to |
ask |
should the function ask for your permission to cache data on your computer?
Default |
this function is only used when running the ShinyRems app.
"EMS_ID", "MONITORING_LOCATION", "PERMIT", "PARAMETER_CODE", "PARAMETER",
"LONGITUDE" "LATITUDE", "FROM_DATE", "TO_DATE"
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.