vw_handler_body_compose {vegawidget} | R Documentation |
Compose a JavaScript handler
Description
These functions are used to compose a vw_handler
object into
text that will be interpreted either as a complete JavaScript
function, or a function-body.
Usage
vw_handler_body_compose(vw_handler, n_indent = 2L)
vw_handler_compose(vw_handler)
Arguments
vw_handler |
|
n_indent |
|
Value
object with S3 class JS_EVAL
, text for the function or
function-body
[Package vegawidget version 0.5.0 Index]