misuvi_load | R Documentation |
This function allows the user to select the MI-SUVI data set they want returned.
misuvi_load(geography = "county", type = "zscores", moe = FALSE)
geography |
Choose the geographic level you want returned to you. "county" or "zcta". |
type |
Select the type of data frame you would like returned. Options include "metrics", "percentiles", "zscores", and "ranks". |
moe |
Logical – choose whether margin of error variables are returned. This applies to the "metrics" data sets only. |
A clean data.frame of MI-SUVI data.
zcta_metrics <- misuvi_load("zcta", "metrics")
county_zscores <- misuvi_load("county", "zscores")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.