include_js_files {teal.slice} | R Documentation |
Include JS
files from /inst/js/
package directory to application header
Description
system.file
should not be used to access files in other packages, it does
not work with devtools
. Therefore, we redefine this method in each package
as needed. Thus, we do not export this method.
Usage
include_js_files(pattern)
Arguments
pattern |
( |
Value
HTML code that includes JS
files
[Package teal.slice version 0.6.0 Index]