get_receptors: get_receptors

View source: R/get_receptors.R

get_receptorsR Documentation

get_receptors

Description

MNRISKS modeled receptors

Usage

get_receptors(bg_id = NULL, year = 2017)

Arguments

bg_id

Block group IDs to include. Default includes all.

year

The MNRISKS results year. Default value is 2017.

Examples

# All receptors
points <- get_receptors()

#For selected block groups
points <- get_receptors(bg_id = c(271090017012))

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