select_metadata {geobr} | R Documentation |
Select metadata
select_metadata(geography, year = NULL, simplified = NULL)
geography |
Which geography will be downloaded. |
year |
Year of the dataset (passed by read_ function). |
simplified |
Logical TRUE or FALSE indicating whether the function returns the 'original' dataset with high resolution or a dataset with 'simplified' borders (Defaults to TRUE). |
## Not run: if (interactive()) {
library(geobr)
df <- download_metadata()
}
## End(Not run)