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