Learn R Programming

geobr (version 1.6)

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

See Also

Other support functions: check_connection(), download_gpkg(), load_gpkg(), select_data_type(), select_year_input()

Examples

Run this code
# NOT RUN {
library(geobr)

df <- download_metadata()

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab