Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomioto authored Sep 8, 2021
1 parent cbde1c5 commit e94952f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: reservatoriosBR
Title: Get brazilian reservoirs data
Title: Get Bbrazilian reservoirs data
Version: 1.0
Authors@R:
person(given = "Bruno",
family = "Mioto",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3524-537X"))
Description: Download all the historic data from brazilian reservoir.
Description: Download all the historic data from Brazilian reservoir.
License: License: GPL-3 + file LICENSE
URL: https://github.com/brunomioto/reservatoriosBR
BugReports: https://github.com/brunomioto/reservatoriosBR/issues
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Este pacote apenas está disponível para a instalação usando o devtools no R

```{r, results='hide', message=FALSE, warning=FALSE}
#install.packages("devtools")
devtools::install_github('brunomioto/reservatoriosBR@v1.0')
devtools::install_github('brunomioto/reservatoriosBR')
library(reservatoriosBR)
```

Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ no R (mas é simples):

``` r
#install.packages("devtools")
devtools::install_github('brunomioto/reservatoriosBR@v1.0')
devtools::install_github('brunomioto/reservatoriosBR')
library(reservatoriosBR)
```

Expand Down Expand Up @@ -233,16 +233,16 @@ ONS_reservatorios(formato = "tabela")
#> # A tibble: 39 x 19
#> data_medicao subsistema bacia reservatorio reservatorio_max reservatorio_ea~
#> <date> <fct> <fct> <chr> <dbl> <dbl>
#> 1 2021-09-06 Norte AMAZ~ BALBINA 776. 652.
#> 2 2021-09-06 Norte TOCA~ TUCURUI 7686. 6521.
#> 3 2021-09-06 Norte TOCA~ SERRA DA ME~ 6530. 8769.
#> 4 2021-09-06 Nordeste JEQU~ IRAPE 1006. 564.
#> 5 2021-09-06 Nordeste SAO ~ ITAPARICA 3415. 2375.
#> 6 2021-09-06 Nordeste SAO ~ SOBRADINHO 30048. 13862.
#> 7 2021-09-06 Nordeste SAO ~ TRÊS MARIAS 16013 967.
#> 8 2021-09-06 Sul CAPI~ G. P. SOUZA 377. 89.3
#> 9 2021-09-06 Sul IGUA~ SALTO SANTI~ 3403. 1080.
#> 10 2021-09-06 Sul IGUA~ SANTA CLARA~ 378. 85.7
#> 1 2021-09-07 Norte AMAZ~ BALBINA 776. 644.
#> 2 2021-09-07 Norte TOCA~ TUCURUI 7686. 6496.
#> 3 2021-09-07 Norte TOCA~ SERRA DA ME~ 6530. 8700.
#> 4 2021-09-07 Nordeste JEQU~ IRAPE 1006. 560.
#> 5 2021-09-07 Nordeste SAO ~ ITAPARICA 3415. 2367.
#> 6 2021-09-07 Nordeste SAO ~ SOBRADINHO 30048. 13805.
#> 7 2021-09-07 Nordeste SAO ~ TRÊS MARIAS 16013 961.
#> 8 2021-09-07 Sul CAPI~ G. P. SOUZA 377. 90.0
#> 9 2021-09-07 Sul IGUA~ SALTO SANTI~ 3403. 1065.
#> 10 2021-09-07 Sul IGUA~ SANTA CLARA~ 378. 87.6
#> # ... with 29 more rows, and 13 more variables:
#> # reservatorio_ear_verificada_porcentagem <dbl>,
#> # reservatorio_valor_util <dbl>, reservatorio_porcentagem <dbl>,
Expand All @@ -263,10 +263,10 @@ ONS_reservatorios(formato = "resumo")
#> # A tibble: 4 x 3
#> data_medicao subsistema percentual
#> <date> <chr> <dbl>
#> 1 2021-09-06 Nordeste 47.9
#> 2 2021-09-06 Norte 68.8
#> 3 2021-09-06 Sudeste / Centro-Oeste 20.1
#> 4 2021-09-06 Sul 25.9
#> 1 2021-09-07 Nordeste 47.7
#> 2 2021-09-07 Norte 68.5
#> 3 2021-09-07 Sudeste / Centro-Oeste 19.9
#> 4 2021-09-07 Sul 25.9
```

### A função `ONS_EAR_subsistemas()`
Expand Down

0 comments on commit e94952f

Please sign in to comment.