Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanaelsl committed Jun 13, 2024
1 parent bb80b7d commit 8933d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/RGFdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RGFdata <- function(cod.ibge = NULL, year = NULL, power = NULL, period = NULL, a
rgf_df <- data.frame(stringsAsFactors = FALSE)


# DEFININDO SELEÇÃO DE TODOS OS ESTADOSs
# DEFININDO SELEÇÃO DE TODOS OS ESTADOSss
if(cod.ibge == "all_states") {
cod_ibge <- siconfi_list() %>% janitor::clean_names() %>% dplyr::filter(nchar(codigo_ibge) == 2) %>% dplyr::distinct(codigo_ibge) %>% dplyr::arrange(codigo_ibge) %>% dplyr::pull() %>% base::as.numeric()
}
Expand Down

0 comments on commit 8933d11

Please sign in to comment.