load_epe.Rd
Electrical Energy Monthly Consumption per Class
load_epe(dataset, raw_data = FALSE, geo_level = "state", language = "eng")
A dataset name, ("energy_consumption_per_class") or ("national_energy_balance")
A boolean
setting the return of raw (TRUE
) or processed (FALSE
) data.
A geographical level, ("state") or ("subsystem"), only available for "energy_consumption_per_class"
A string
that indicates in which language the data will be returned. Portuguese ("pt") and English ("eng") are supported.
if (FALSE) {
# 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
)
}