filter_state {geobr} | R Documentation |
Filter data set to return specific states
filter_state(
temp_sf = parent.frame()$temp_sf,
code = parent.frame()$code_state
)
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 |
A simple feature sf
or data.frame
.