Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanaelsl committed May 11, 2024
1 parent 67c5dde commit 6a1ac08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/RGFdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RGFdata <- function(cod.ibge = NULL, ano = NULL, poder = NULL, periodo = NULL, a
)


rgf <- httr::GET(chamada_api_rgf, config = httr::config(connecttimeout = 30))
rgf <- httr::GET(chamada_api_rgf, config = httr::config(connecttimeout = 60))

httr::status_code(rgf)

Expand Down Expand Up @@ -250,7 +250,7 @@ RGFdata <- function(cod.ibge = NULL, ano = NULL, poder = NULL, periodo = NULL, a



rgf <- httr::GET(chamada_api_rgf, config = httr::config(connecttimeout = 30))
rgf <- httr::GET(chamada_api_rgf, config = httr::config(connecttimeout = 60))

httr::status_code(rgf)

Expand Down Expand Up @@ -439,7 +439,7 @@ RGFdata <- function(cod.ibge = NULL, ano = NULL, poder = NULL, periodo = NULL, a



rgf <- httr::GET(chamada_api_rgf, config = httr::config(connecttimeout = 30))
rgf <- httr::GET(chamada_api_rgf, config = httr::config(connecttimeout = 60))

httr::status_code(rgf)

Expand Down

0 comments on commit 6a1ac08

Please sign in to comment.