cso_disp_geo_meta {csodata} | R Documentation |
Prints metadata from an ESRI shapefile to console
Description
Takes the output from cso_get_geo
or otherwise and prints
information about it to the console as formatted text.
Usage
cso_disp_geo_meta(shp)
Arguments
shp |
sf data.frame. Geographic data stored as an sf object. |
Value
Does not return any values, rather the function prints the shapefile metadata to console.
Examples
## Not run:
cso_disp_geo_meta(shp)
## End(Not run)
[Package csodata version 1.5.0 Index]