filter_state | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.