cso_disp_geo_meta: Prints metadata from an ESRI shapefile to console

View source: R/cso_get_geo.R

cso_disp_geo_metaR 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)

csodata documentation built on Aug. 11, 2023, 5:08 p.m.