Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/rdb_last_updates.R
rdb_last_updates
downloads informations about the last updates from
DBnomics.
1 2 3 4 5 | rdb_last_updates(
all = FALSE,
use_readLines = getOption("rdbnomics.use_readLines"),
curl_config = getOption("rdbnomics.curl_config")
)
|
all |
Logical (default |
use_readLines |
Logical (default |
curl_config |
Named list (default |
By default, the function returns a data.table
containing the last 100 updates from
DBnomics with additional informations.
A data.table
.
Sebastien Galais
rdb_providers
, rdb_datasets
,
rdb_dimensions
1 2 3 4 5 6 7 8 9 10 | ## Not run:
rdb_last_updates()
rdb_last_updates(all = TRUE)
rdb_last_updates(use_readLines = TRUE)
rdb_last_updates(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.