wkt {wk} | R Documentation |
Mark character vectors as well-known text
Description
Mark character vectors as well-known text
Usage
wkt(x = character(), crs = wk_crs_auto(), geodesic = FALSE)
parse_wkt(x, crs = wk_crs_auto(), geodesic = FALSE)
as_wkt(x, ...)
## Default S3 method:
as_wkt(x, ...)
## S3 method for class 'character'
as_wkt(x, ..., crs = NULL, geodesic = FALSE)
## S3 method for class 'wk_wkt'
as_wkt(x, ...)
Arguments
x |
A |
crs |
A value to be propagated as the CRS for this vector. |
geodesic |
|
... |
Unused |
Value
Examples
wkt("POINT (20 10)")
[Package wk version 0.9.2 Index]