Description Usage Arguments Details Value Author(s) Examples
Function to browse selected fields of the bulk dataset cachelist
1 2 | eia_bulk_browse(fields = c("category_id", "data_set", "name",
"description"), update_cache = FALSE)
|
fields |
Case-insensitive list of EIA bulk dataset field names. Includes |
update_cache |
Logical expression, if FALSE (default), use the cached list of available RBA
tables ( |
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
).
data frame of selected
David Mitchell <david.pk.mitchell@gmail.com>
1 2 3 4 |
eia_bulk_browse()
eia_bulk_browse(fields=c("category_id", "data_set", "name"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.