Learn R Programming

jsReact (version 0.2.4)

add_script: Add Javascript to body

Description

Add Javascript to body

Usage

add_script(my_html, script, ...)

Arguments

my_html

html in a vector of strings; output from 'create_html'.

script

character string; script to add.

...

Other parameter passing to tag attributes.