| sync_local_eia_data | R Documentation |
Synchronize One EIA Series
sync_local_eia_data(
series_id,
label = NULL,
config = NULL,
from = NULL,
to = NULL,
local_path = NULL,
overlap_days = 31L,
page_size = 5000L
)
series_id |
EIA series identifier. |
label |
Optional local label. |
config |
Optional EIA API configuration. |
from, to |
Optional inclusive period bounds. |
local_path |
Optional EIA storage directory. |
overlap_days |
Days re-fetched around the latest local observation. |
page_size |
Number of observations requested per page. |
A local synchronization result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.