run_js_files {teal} | R Documentation |
Run JS
file from /inst/js/
package directory
Description
This is triggered from the server to execute on the client
rather than triggered directly on the client.
Unlike include_js_files
which includes JavaScript
functions,
the run_js
actually executes JavaScript
functions.
Usage
run_js_files(files)
Arguments
files |
( |
Details
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.
Value
returns NULL
, invisibly.
[Package teal version 0.15.2 Index]