eia_bulk_search: EIA bulk data search

Description Usage Arguments Details Value Author(s) Examples

Description

Function to list bulk EIA datasets matching the specified pattern

Usage

1
2
eia_bulk_search(pattern, fields = c("data_set", "name", "description",
  "keyword"), ignore.case = TRUE, update_cache = FALSE)

Arguments

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 (rba_cachelist), if TRUE, update the list of available datasets.

Details

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).

Value

data frame of selected

Author(s)

David Mitchell <david.pk.mitchell@gmail.com>

Examples

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")
  

mitcda/eiastats documentation built on May 8, 2019, 12:48 p.m.