Learn R Programming

vchartr (version 0.1.4)

JS: Mark character strings as literal JavaScript code

Description

See htmlwidgets::JS() for details.

Usage

JS(...)

Value

A string that will be interpreted as JavaScript code in htmlwidgets.

Arguments

...

character vectors as the JavaScript source code (all arguments will be pasted into one character string)