Learn R Programming

wk (version 0.9.4)

wkb_to_hex: Convert well-known binary to hex

Description

Convert well-known binary to hex

Usage

wkb_to_hex(x)

Value

A hex encoded wkb() vector

Arguments

x

A wkb() vector

Examples

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

Run the code above in your browser using DataLab