wk_debug: Debug filters and handlers

View source: R/debug.R

wk_debugR Documentation

Debug filters and handlers

Description

Debug filters and handlers

Usage

wk_debug(handleable, handler = wk_void_handler(), ...)

wk_debug_filter(handler = wk_void_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.

...

Passed to the wk_handle() method.

Value

The result of the handler.

Examples

wk_debug(wkt("POINT (1 1)"))
wk_handle(wkt("POINT (1 1)"), wk_debug_filter())


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