load_epe | R Documentation |
Electrical Energy Monthly Consumption per Class
load_epe(dataset, raw_data = FALSE, geo_level = "state", language = "eng")
dataset |
A dataset name, ("energy_consumption_per_class") or ("national_energy_balance") |
raw_data |
A |
geo_level |
A geographical level, ("state") or ("subsystem"), only available for "energy_consumption_per_class" |
language |
A |
## Not run:
# download treated data about energy consumption at the state level
clean_epe <- load_epe(
dataset = "energy_consumption_per_class",
geo_level = "state",
raw_data = FALSE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.