You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola, dejo una inquietud para cambiar la URL para acceder a información más actualizada.
check_internet<-function(){
attempt::stop_if_not(.x=curl::has_internet(),
msg="No se detecto acceso a internet. Por favor chequea tu conexion.")
}
check_status<-function(res){
attempt::stop_if_not(.x=httr::status_code(res),
.p=~.x==200,
msg=httr::message_for_status(res, "get data from API"))
}
base_url<-"http://apis.datos.gob.ar/georef/api/"# Cambio de URL.
The text was updated successfully, but these errors were encountered:
Hola, dejo una inquietud para cambiar la URL para acceder a información más actualizada.
The text was updated successfully, but these errors were encountered: