wkb_to_hex {wk} | R Documentation |
Convert well-known binary to hex
Description
Convert well-known binary to hex
Usage
wkb_to_hex(x)
Arguments
x |
A |
Value
A hex encoded wkb()
vector
Examples
x <- as_wkb(xyz(1:5, 6:10, 11:15))
wkb_to_hex(x)
[Package wk version 0.9.2 Index]