| get_source_data_eia | R Documentation |
Retrieve One EIA Series
get_source_data_eia(
series_id,
label = NULL,
config = NULL,
from = NULL,
to = NULL,
page_size = 5000L,
max_pages = Inf
)
series_id |
EIA series identifier. |
label |
Optional local label. |
config |
Optional EIA API configuration. |
from, to |
Optional inclusive period bounds. |
page_size |
Number of observations requested per page. |
max_pages |
Optional page limit for diagnostics. |
A standardized long data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.