Learn R Programming

shiny.react (version 0.4.0)

JS: Mark character strings as literal JavaScript code

Description

Copied verbatim from the htmlwidgets package to avoid adding a dependency just for this single function.

Usage

JS(...)

Value

The input character vector marked with a special class.

Arguments

...

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