check_connection: Check internet connection with Ipea server
Description
Checks if there is an internet connection with Ipea server.
Usage
check_connection(
url = "https://www.ipea.gov.br/geobr/aopdata/metadata/metadata.csv",
silent = FALSE
)
Value
Logical. TRUE
if url is working, FALSE
if not.
Arguments
- url
A string with the url address of an aop dataset
- silent
Logical. Throw a message when silent is FALSE
(default)