Dados atuais dos reservatorios brasileiros observados pela ONS

ONS_reservatorios(formato = "tabela")

Arguments

formato

Formato dos dados a serem apresentados.

Examples

ONS_reservatorios(formato="tabela")
#> # A tibble: 39 × 19
#>    data       subsistema bacia  reservatorio  reservatorio_max reservatorio_ear…
#>    <date>     <fct>      <fct>  <chr>                    <dbl>             <dbl>
#>  1 2021-11-03 Norte      AMAZO… BALBINA                   776.              470.
#>  2 2021-11-03 Norte      TOCAN… TUCURUI                  7686.             3781.
#>  3 2021-11-03 Norte      TOCAN… SERRA DA MESA            6530.             7238.
#>  4 2021-11-03 Nordeste   JEQUI… IRAPE                    1006.              366.
#>  5 2021-11-03 Nordeste   SAO F… ITAPARICA                3415.             2617.
#>  6 2021-11-03 Nordeste   SAO F… SOBRADINHO              30048.             9923.
#>  7 2021-11-03 Nordeste   SAO F… TRÊS MARIAS             16013               675.
#>  8 2021-11-03 Sul        CAPIV… G. P. SOUZA               377.              153.
#>  9 2021-11-03 Sul        IGUACU SANTA CLARA-…             378.              308.
#> 10 2021-11-03 Sul        IGUACU G. B. MUNHOZ             5934.             3292.
#> # … with 29 more rows, and 13 more variables:
#> #   reservatorio_ear_verificada_porcentagem <dbl>,
#> #   reservatorio_valor_util <dbl>, reservatorio_porcentagem <dbl>,
#> #   bacia_max <dbl>, bacia_ear_verificada_mw_mes <dbl>,
#> #   bacia_ear_verificada_porcentagem <dbl>, bacia_porcentagem <dbl>,
#> #   subsistema_max <dbl>, subsistema_ear_verificada_mw_mes <dbl>,
#> #   subsistema_valor_util <dbl>, sin_max <dbl>, …
ONS_reservatorios(formato="resumo")
#> # A tibble: 4 × 3
#>   data       subsistema             percentual
#>   <date>     <chr>                       <dbl>
#> 1 2021-11-03 Nordeste                     36.3
#> 2 2021-11-03 Norte                        45.2
#> 3 2021-11-03 Sudeste / Centro-Oeste       18.6
#> 4 2021-11-03 Sul                          52.9