View source: R/class-data-frame.R
wk_handle.data.frame | R Documentation |
Use data.frame with wk
## S3 method for class 'data.frame'
wk_handle(handleable, handler, ...)
## S3 method for class 'data.frame'
wk_restore(handleable, result, ...)
## S3 method for class 'tbl_df'
wk_restore(handleable, result, ...)
## S3 method for class 'data.frame'
wk_translate(handleable, to, ...)
## S3 method for class 'tbl_df'
wk_translate(handleable, to, ...)
## S3 method for class 'sf'
wk_translate(handleable, to, ...)
## S3 method for class 'sf'
wk_restore(handleable, result, ...)
handleable |
A geometry vector (e.g., |
handler |
A wk_handler object. |
... |
Passed to the |
result |
The result of a filter operation intended to be a transformation. |
to |
A prototype object. |
wk_handle(data.frame(a = wkt("POINT (0 1)")), wkb_writer())
wk_translate(wkt("POINT (0 1)"), data.frame(col_name = wkb()))
wk_translate(data.frame(a = wkt("POINT (0 1)")), data.frame(wkb()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.