dep_sample_data {deprivateR} | R Documentation |
Create Sample Data
Description
Create sample data for testing the package functionality.
Usage
dep_sample_data(index)
Arguments
index |
A character scalar or vector listing deprivation measures
to return. These include the area deprivation index ( |
Value
A tibble containing the raw 2022 American Community Sruvey data for the given index. Each tibble will contain observations for the 115 counties in Missouri.
Examples
## load sample data
dep_sample_data(index = "ndi_m")
[Package deprivateR version 0.1.0 Index]