Filter data set to return specific states
filter_state(
temp_sf = parent.frame()$temp_sf,
code = parent.frame()$code_state
)
A simple feature sf
or data.frame
.
An internal simple feature or data.frame
The two-digit code of a state or a two-letter uppercase
abbreviation (e.g. 33 or "RJ"). If code_state="all"
(the
default), the function downloads all states.