wk_debug | R Documentation |
Debug filters and handlers
wk_debug(handleable, handler = wk_void_handler(), ...)
wk_debug_filter(handler = wk_void_handler())
handleable |
A geometry vector (e.g., |
handler |
A wk_handler object. |
... |
Passed to the |
The result of the handler
.
wk_debug(wkt("POINT (1 1)"))
wk_handle(wkt("POINT (1 1)"), wk_debug_filter())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.