Download geopackage to tempdir
download_gpkg(
file_url = parent.frame()$file_url,
showProgress = parent.frame()$showProgress,
cache = parent.frame()$cache
)
A string with the file_url address of a geobr dataset
Logical. Defaults to TRUE
display progress bar.
Logical. Whether the function should read the data cached
locally, which is faster. Defaults to cache = TRUE
. By default,
geobr
stores data files in a temporary directory that exists only
within each R session. If cache = FALSE
, the function will download
the data again and overwrite the local file.