You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ANEEL vignette to reflect the new year argument for
energy_development_budget.
Document the valid 2017-2022 range, clarify that year can be
a single value or a vector, and fix ANEEL usage examples.
Copy file name to clipboardExpand all lines: vignettes/ANEEL.Rmd
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,14 @@ knitr::opts_chunk$set(
16
16
17
17
Loads data from the National Electrical Energy Agency (ANEEL), a Brazilian independent federal agency linked to the Ministry of Mines and Energy (MME). ANEEL works to provide favorable conditions for the Electrical Energy Market to develop with balance and for the benefit of society.
18
18
19
-
As for now, there are three different datasets available for download: the Energy Development Budget and the Energy Generation.
19
+
As for now, there are three different datasets available for download: Energy Development Budget, Energy Generation, and Energy Enterprises Distributed.
20
20
21
21
#### Energy Development Budget
22
22
23
-
The Energy Development Budget dataset showcases the Energy Development Account's (CDE) anual budget expenses. The CDE is designed to promote the Brazilian energy development and is managed by the Electrical Energy Commercialization Chamber (CCEE).
23
+
The Energy Development Budget dataset showcases the Energy Development Account's (CDE) annual budget expenses. The CDE is designed to promote the Brazilian energy development and is managed by the Electrical Energy Commercialization Chamber (CCEE).
24
24
25
-
The dataset makes available the year of the observation -- from 2013 to 2022 --, the type of expense, its value in R$ (Reais) and its share over the total amount of CDE budget expenses on the year\*.
25
+
In the current implementation, data is available from 2017 to 2022 and must be downloaded by year. The year argument can be a single year or a vector of years.
26
+
The dataset includes the type of expense, its value in R$ (Reais), and its share over the total amount of CDE budget expenses in each year.\*.
26
27
27
28
\*Note that 'share_of_total' values sum to 1 for each year available.
28
29
@@ -55,6 +56,10 @@ The data is expressed in quantities and installed power in kW (kilowatt). The qu
55
56
*`FALSE`: if you want the treated version of the data.
56
57
57
58
3.**language**: you can choose between Portuguese `("pt")` and English `("eng")`
59
+
4.**year**: only used for "energy_development_budget".
60
+
It can be a single year or a vector of years from 2017:2022.
61
+
This argument is required for "energy_development_budget" and can be
62
+
omitted for the other datasets.
58
63
59
64
***
60
65
@@ -63,7 +68,22 @@ The data is expressed in quantities and installed power in kW (kilowatt). The qu
0 commit comments