diff --git a/index.html b/index.html index c6d8ce1..1799949 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@

Visão geralhttps://apidatalake.tesouro.gov.br/docs/siconfi/). Saiba mais sobre a utilização do ‘RREORGFdataR’ em https://natanaelsl.com.br/project/rreorgf_pkg/ ou https://natanaelsl.github.io/RREORGFdataR/.

@@ -130,6 +130,15 @@

Exemplo## Extraindo dados do anexo 1 para o 3º quadrimestre do RGF de 2020 até 2023 ## do Estado de Goiás para todos os poderes. RGFdata(cod.ibge = 52, + year = 2020:2023, + power = c('E','L','J','D','M'), + period = 3, + annex = 1, + simplified = FALSE) + +## Extraindo dados do anexo 1 para o 3º quadrimestre do RGF de 2023 +## de todos as UF's para todos os poderes. +RGFdata(cod.ibge = "all_states", year = 2023, power = c('E','L','J','D','M'), period = 3, diff --git a/pkgdown.yml b/pkgdown.yml index 5a94288..6bbc6f2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.9 pkgdown_sha: ~ articles: RGF: RGF.html -last_built: 2024-06-14T16:50Z +last_built: 2024-06-14T17:05Z urls: reference: https://natanaelsl.github.io/RREORGFdataR/reference article: https://natanaelsl.github.io/RREORGFdataR/articles diff --git a/reference/RGFdata.html b/reference/RGFdata.html index d9ad7c3..835d7f7 100644 --- a/reference/RGFdata.html +++ b/reference/RGFdata.html @@ -79,7 +79,7 @@

Usage

Argumentos

cod.ibge
-

Código IBGE do Ente. se simplified = TRUE, então selecione municípios.

+

Código IBGE do Ente. se simplified = TRUE, então selecione municípios. Para obter todas as UF's utilize "all_states". Para obter todos os municípios utilize "all_muni".

year
@@ -111,7 +111,7 @@

Exemplos#> Downloading GitHub repo Natanaelsl/RREORGFdataR@HEAD #> #> ── R CMD build ───────────────────────────────────────────────────────────────── -#> * checking for file ‘/tmp/RtmpNe1282/remotes17457318654a/Natanaelsl-RREORGFdataR-d3acddd/DESCRIPTION’ ... OK +#> * checking for file ‘/tmp/Rtmp0PVD60/remotes16f455241c71/Natanaelsl-RREORGFdataR-fb09d6c/DESCRIPTION’ ... OK #> * preparing ‘RREORGFdataR’: #> * checking DESCRIPTION meta-information ... OK #> * checking for LF line-endings in source and make files and shell scripts @@ -134,6 +134,7 @@

Exemplos simplified = FALSE) #> Warning: internal error 1 in R_decompress1 with libdeflate #> Error in eval(expr, envir, enclos): lazy-load database '/home/runner/work/_temp/Library/RREORGFdataR/R/RREORGFdataR.rdb' is corrupt +