View source: R/get_receptors.R
get_receptors | R Documentation |
MNRISKS modeled receptors
get_receptors(bg_id = NULL, year = 2017)
bg_id |
Block group IDs to include. Default includes all. |
year |
The MNRISKS results year. Default value is 2017. |
# All receptors
points <- get_receptors()
#For selected block groups
points <- get_receptors(bg_id = c(271090017012))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.