View source: R/saeplus_checkshpfiles.R
saeplus_checkshpfiles | R Documentation |
This function checks for errors that are often common in admin boundary shapefiles and could lead to potential problems when joining admin boundary shapefile data with other datasets such as geospatial household surveys
saeplus_checkshpfiles(shp_dt, lowest_admin, crs = 4326, file)
shp_dt |
a shapefile dataframe (class sf, data.frame/data.table) object |
lowest_admin |
a variable name for the lowest admin level (typically admin 3) |
crs |
the coordinate reference system associated with the shp_dt |
file |
the filename (including extension) to which a geospatial plot to show duplicated regions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.