Description Usage Arguments Details Value Author(s) See Also Examples
rdb_datasets
downloads the list of available datasets for a selection
of providers (or all of them) from DBnomics.
1 2 3 4 5 6 7 |
provider_code |
Character string (default |
use_readLines |
Logical (default |
curl_config |
Named list (default |
simplify |
Logical (default |
... |
Additionals arguments. |
By default, the function returns a named list of data.table
s
containing the datasets of the providers from
DBnomics.
A named list of data.table
s or a data.table
.
Sebastien Galais
rdb_providers
, rdb_last_updates
,
rdb_dimensions
, rdb_series
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## Not run:
rdb_datasets(provider_code = "IMF")
rdb_datasets(provider_code = "IMF", simplify = TRUE)
rdb_datasets(provider_code = c("IMF", "BDF"))
options(rdbnomics.progress_bar_datasets = TRUE)
rdb_datasets()
options(rdbnomics.progress_bar_datasets = FALSE)
rdb_datasets(provider_code = "IMF", use_readLines = TRUE)
rdb_datasets(
provider_code = "IMF",
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.