download_gpkg {geobr} | R Documentation |
Download geopackage to tempdir
Description
Download geopackage to tempdir
Usage
download_gpkg(
file_url = parent.frame()$file_url,
showProgress = parent.frame()$showProgress,
cache = parent.frame()$cache
)
Arguments
file_url |
A string with the file_url address of a geobr dataset |
showProgress |
Logical. Defaults to |
cache |
Logical. Whether the function should read the data cached
locally, which is faster. Defaults to |
[Package geobr version 1.9.1 Index]