Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanaelsl committed Jul 4, 2024
1 parent 8439b7f commit 4fac1cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/RGFdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RGFdata <- function(cod.ibge = NULL, year = NULL, power = NULL, period = NULL, a


for (w in 1:length(period)) {
Sys.sleep(1)

exercicio <- year[[z]]
periodicidade = "Q"
Expand Down Expand Up @@ -239,6 +240,7 @@ RGFdata <- function(cod.ibge = NULL, year = NULL, power = NULL, period = NULL, a


for (w in 1:length(period)) {
Sys.sleep(1)

exercicio <- year[[z]]
periodicidade = "Q"
Expand Down Expand Up @@ -395,6 +397,7 @@ RGFdata <- function(cod.ibge = NULL, year = NULL, power = NULL, period = NULL, a


for (w in 1:length(period)) {
Sys.sleep(1)

exercicio <- year[[z]]
tempo <- period[[w]]
Expand Down

0 comments on commit 4fac1cb

Please sign in to comment.