get_stations | R Documentation |
Get Stations
get_stations(
type = c("list", "data.frame", "crosstable"),
run_parallel = TRUE,
n_cores = parallel::detectCores() - 1L,
debug = TRUE
)
type |
vector of character describing the type(s) of output(s) to be
returned. Expected values (and default): |
run_parallel |
default: TRUE |
n_cores |
number of cores to use if |
debug |
logical indicating whether or not to show debug messages |
list with general station "overview" (either as list "overview_list" or as data.frame "overview_df") and a crosstable with information which parameters is available per station ("x" if available, NA if not)
stations <- wasserportal::get_stations(n_cores = 2L)
str(stations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.