Learn R Programming

samatha (version 0.41)

include.js: js include representation

Description

Include a list of external javascript files

Usage

include.js(scripts)

Arguments

scripts
a character vector of js files (all js files should be stored in site/basename(site)/js)

Value

character vector of length 1

See Also

include.css

Examples

Run this code
include.js(c("script1.js", "script2.js", "script3.js"))

Run the code above in your browser using DataLab