get_receptor_bg_areas: get_receptor_bg_areas

View source: R/get_receptor_bg_areas.R

get_receptor_bg_areasR Documentation

get_receptor_bg_areas

Description

The modeled MNRISKS receptor area coverage for each block group

Usage

get_receptor_bg_areas(bg_id = NULL, year = 2017)

Arguments

bg_id

Block group IDs to include. Default includes all.

year

The MNRISKS results year. Default is 2017.

Examples

# All receptors
rec_fractions <- get_receptor_bg_areas()

#For selected block groups
rec_fractions <- get_receptor_bg_areas(bg_id = c(271090017012))

MPCA-air/mnrisks documentation built on March 21, 2023, 4:24 a.m.