eia_bulk_browse: EIA browse bulk dataset cache

Description Usage Arguments Details Value Author(s) Examples

Description

Function to browse selected fields of the bulk dataset cachelist

Usage

1
2
eia_bulk_browse(fields = c("category_id", "data_set", "name",
  "description"), update_cache = FALSE)

Arguments

fields

Case-insensitive list of EIA bulk dataset field names. Includes category_id, data_set, name and description by default.

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 cachelist

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
  
    eia_bulk_browse()
    eia_bulk_browse(fields=c("category_id", "data_set", "name"))
  

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