View source: R/get_equis_monitors.R
get_equis_monitors | R Documentation |
Requires a connection to MPCA's internal network.
get_equis_monitors(ai = NULL, keep_alt_names = TRUE, tempo_test = FALSE)
ai |
Vector of Agency Interest numbers to keep. The default, 'NULL'. will keep all values. |
keep_alt_names |
Include alternative names? Default is ‘TRUE'. which will include a facility’s previous names. |
tempo_test |
Connect to TEMPO's test database? Default is ‘FALSE'. which connects to TEMPO’s working / production database. |
library(mpcadb) /dontrun{ get_ai(ai = c(3421, 566), keep_alt_names = TRUE, tempo_test = FALSE) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.