Description Usage Arguments Details Value Author(s) Examples
Function to list bulk EIA datasets matching the specified pattern
1 2 | eia_bulk_search(pattern, fields = c("data_set", "name", "description",
"keyword"), ignore.case = TRUE, update_cache = FALSE)
|
pattern |
Character string or regular expression to be matched. |
fields |
Character vector of column names through which to search. By default, the function searches 'data_set' – dataset identifier, 'name' – series name, 'description' – series description and 'keyword'. |
ignore.case |
Case sensitive pattern match or not. |
update_cache |
Logical expression, if FALSE (default), use the cached list of available RBA
tables ( |
Browse EIA bulk dataset manifest
Other available field names include: category_id
, identifier
,
title
, keyword
, publisher
, person
, mbox
, accessLevel
,
accessLevelComment
, accessURL
, webService
, format
, temporal
,
modified
, and spatial
(see eia_bulk_cachelist
).
data frame of selected
David Mitchell <david.pk.mitchell@gmail.com>
1 2 3 4 5 |
eia_bulk_search(pattern = "energy outlook 2019")
eia_bulk_search(pattern = "annual energy outlook")
eia_bulk_search(pattern = "international energy outlook")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.