handle_wkt_without_vector_size {wk}R Documentation

Test handlers for handling of unknown size vectors

Description

Test handlers for handling of unknown size vectors

Usage

handle_wkt_without_vector_size(handleable, handler)

Arguments

handleable

A geometry vector (e.g., wkb(), wkt(), xy(), rct(), or sf::st_sfc()) for which wk_handle() is defined.

handler

A wk_handler object.

Examples

Run examples

handle_wkt_without_vector_size(wkt(), wk_vector_meta_handler())


[Package wk version 0.6.0 Index]