Learn R Programming

geobr (version 1.9.1)

select_metadata: 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

Run this code
if (FALSE)  if (interactive()) {

library(geobr)

df <- download_metadata()

}

Run the code above in your browser using DataLab