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.
data_order
A vector of length 2 describing the order in which
values should appear. The default, c("y", "x"), will output values
in the same order as the default matrix storage in R (column-major).
You can prefix a dimension with - to reverse the order of a
dimension (e.g., c("-y", "x")).