getTopologies: Print topology objects of a TopoJSON file

View source: R/getTopologies.R

getTopologiesR Documentation

Print topology objects of a TopoJSON file

Description

Prints the names of all available topology objects of a TopoJSON file.

Usage

getTopologies(data, print=TRUE)
topo(data, print=TRUE)

Arguments

data

Name of data file as string or TopoJSON object.

print

If TRUE (default), the property names are printed.

Value

Topology object names as string vector.

Author(s)

Christian Graul

Examples

## Not run: 
#getTopologies()

## End(Not run)

chgrl/leafletR documentation built on March 24, 2022, 7:53 a.m.