JS {vchartr} | R Documentation |
Mark character strings as literal JavaScript code
Description
See htmlwidgets::JS()
for details.
Usage
JS(...)
Arguments
... |
character vectors as the JavaScript source code (all arguments will be pasted into one character string) |
Value
A string that will be interpreted as JavaScript code in htmlwidgets.
[Package vchartr version 0.1.4 Index]