cso_get_geo_meta {csodata}R Documentation

Returns a data frame with the metadata of a vector shapefile

Description

Takes the output from cso_get_geo or otherwise and returns information about it in a data frame.

Usage

cso_get_geo_meta(shp)

Arguments

shp

sf data.frame. Geographic data stored as an sf object.

Value

list with eight elements:

Examples

## Not run: 
shp_meta <- cso_get_geo_meta(shp)

## End(Not run)

[Package csodata version 1.4.2 Index]