filter_state {geobr} | R Documentation |
Filter data set to return specific states
Description
Filter data set to return specific states
Usage
filter_state(
temp_sf = parent.frame()$temp_sf,
code = parent.frame()$code_state
)
Arguments
temp_sf |
An internal simple feature or data.frame |
code |
The two-digit code of a state or a two-letter uppercase
abbreviation (e.g. 33 or "RJ"). If |
Value
A simple feature sf
or data.frame
.
[Package geobr version 1.9.0 Index]