get_data_long | R Documentation |
Read in and filter demographic and census tract boundaries data from the U.S. census
get_data_long()
get_data_wide()
filter_data_long(data, state, county)
filter_data_wide(data, state, county)
data |
A dataframe returned by get_data_long for filter_data_long or get_data_wide for filter_data_wide |
state |
A character string specifying the name of the desired state |
county |
A character string specifying the name of the desired county |
## Not run:
filter_data_long(get_data_long(), "New York", "Madison")
filter_data_long(get_data_long(), "Massachusetts", "Hampshire")
## End(Not run)
## Not run:
filter_data_wide(get_data_wide(), "New York", "Madison")
filter_data_wide(get_data_wide(), "Massachusetts", "Hampshire")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.