wkb_to_hex: Convert well-known binary to hex

View source: R/wkb.R

wkb_to_hexR Documentation

Convert well-known binary to hex

Description

Convert well-known binary to hex

Usage

wkb_to_hex(x)

Arguments

x

A wkb() vector

Value

A hex encoded wkb() vector

Examples

x <- as_wkb(xyz(1:5, 6:10, 11:15))
wkb_to_hex(x)


wk documentation built on Oct. 22, 2023, 9:07 a.m.