select_metadata {geobr}R Documentation

Select metadata

Description

Select metadata

Usage

select_metadata(geography, year = NULL, simplified = NULL)

Arguments

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).

Examples

## Not run:  if (interactive()) {

library(geobr)

df <- download_metadata()

}
## End(Not run)


[Package geobr version 1.9.0 Index]