preprocess_geo: Preprocess (download) shapfiles associated with an IPUMS...

View source: R/preprocess.R

preprocess_geoR Documentation

Preprocess (download) shapfiles associated with an IPUMS extract

Description

Preprocess (download) shapfiles associated with an IPUMS extract

Usage

preprocess_geo(x, output_dir)

Arguments

x

TODO

output_dir

TODO

Examples

## Not run: 
dd <- preprocess_ipums(
  input_xml = "ext-data/idhs/extract2/idhs_00002.xml",
  output_file = "ext-data/idhs/extract2/dd.rds"
)
preprocess_geo(dd, output_dir = "ext-data/idhs/geo")

## End(Not run)

ki-tools/idhs documentation built on June 11, 2022, 7:19 a.m.