| wkb {wk} | R Documentation | 
Mark lists of raw vectors as well-known binary
Description
Mark lists of raw vectors as well-known binary
Usage
wkb(x = list(), crs = wk_crs_auto(), geodesic = FALSE)
parse_wkb(x, crs = wk_crs_auto(), geodesic = FALSE)
wk_platform_endian()
as_wkb(x, ...)
## Default S3 method:
as_wkb(x, ...)
## S3 method for class 'character'
as_wkb(x, ..., crs = NULL, geodesic = FALSE)
## S3 method for class 'wk_wkb'
as_wkb(x, ...)
## S3 method for class 'blob'
as_wkb(x, ..., crs = NULL, geodesic = FALSE)
## S3 method for class 'WKB'
as_wkb(x, ..., crs = NULL, geodesic = FALSE)
Arguments
| x | |
| crs | A value to be propagated as the CRS for this vector. | 
| geodesic | 
 | 
| ... | Unused | 
Value
Examples
as_wkb("POINT (20 10)")
[Package wk version 0.9.2 Index]