Description Usage Arguments Value
run_inmap
calls the inMAP executable. Paths are hard-coded in file inmap.toml
.
1 2 3 | run_inmap(input_csv,
zcta_shapefile = "~/shared_space/ci3_nsaph/software/inmap/zcta/cb_2015_us_zcta510_500k.shp",
crosswalk_csv = "~/shared_space/ci3_nsaph/software/inmap/crosswalk/Zip_to_ZCTA_crosswalk_2015_JSI.csv")
|
input_csv |
Filename of a csv file to be read and converted to a shapefile format. |
zcta_shapefile |
A ZCTA shapefile (default value is hard-coded cluster path) |
crosswalk_csv |
A crosswalk csv file to convert ZCTA to ZIP (default value is hard-coded cluster path) |
A data frame with ZIP code level average PM2.5 values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.