clean_shape | R Documentation |
This function uses janitor::clean_names() to standardize headers and sets crs to wgs84 by default. Data must already by in sf format.
clean_shape(.data, .crs = wgs84)
.data |
spatial sf data object |
.crs |
st_crs formatted projection; defaults to wgs84 |
tx_counties <- clean_shape(tx_counties)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.