select_metadata: Select metadata

View source: R/utils.R

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


geobr documentation built on May 29, 2024, 10:27 a.m.