addJavascript
From ReporteRs v0.7.1
by David Gohel
add javascript into a bsdoc object
add javascript into a bsdoc
object.
Usage
addJavascript(doc, file, text)
Arguments
- doc
a
bsdoc
object.- file
a javascript file. Not used if text is provided.
- text
character vector. The javascript text to parse. Not used if file is provided.
Value
an object of class bsdoc
.
Community examples
Looks like there are no examples yet.