powered by
Mark character vectors as well-known text
wkt(x = character(), crs = wk_crs_auto())parse_wkt(x, crs = wk_crs_auto())as_wkt(x, ...)# S3 method for default as_wkt(x, ...)# S3 method for character as_wkt(x, ..., crs = NULL)# S3 method for wk_wkt as_wkt(x, ...)
parse_wkt(x, crs = wk_crs_auto())
as_wkt(x, ...)
# S3 method for default as_wkt(x, ...)
# S3 method for character as_wkt(x, ..., crs = NULL)
# S3 method for wk_wkt as_wkt(x, ...)
A character() vector containing well-known text.
character()
A value to be propagated as the CRS for this vector.
Unused
A new_wk_wkt()
new_wk_wkt()
# NOT RUN { wkt("POINT (20 10)") # }
Run the code above in your browser using DataLab