Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/rdb_providers.R
rdb_providers
downloads the list of providers from
DBnomics.
1 2 3 4 5 | rdb_providers(
code = FALSE,
use_readLines = getOption("rdbnomics.use_readLines"),
curl_config = getOption("rdbnomics.curl_config")
)
|
code |
Logical (default |
use_readLines |
Logical (default |
curl_config |
Named list (default |
By default, the function returns a data.table
containing the list of providers from
DBnomics with additional informations such as
the region, the website, etc.
A data.table
or a vector.
Sebastien Galais
rdb_last_updates
, rdb_datasets
,
rdb_dimensions
, rdb_series
1 2 3 4 5 6 7 8 9 10 | ## Not run:
rdb_providers()
rdb_providers(code = TRUE)
rdb_providers(use_readLines = TRUE)
rdb_providers(curl_config = list(proxy = "<proxy>", proxyport = <port>))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.