Learn R Programming

ohvbd (version 1.0.0)

wkt_to_multipolygon: wkt_to_multipolygon

Description

wkt_to_multipolygon

Usage

wkt_to_multipolygon(v, call = rlang::caller_env())

Value

The multipolygon equivalent of wkt.

Arguments

v

The WKT to convert into a multipolygon.

call

The env from which this was called (defaults to the direct calling environment).