View source: R/include_css_js.R
include_js_files | R Documentation |
JS
files from /inst/js/
package directory to application headersystem.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
include_js_files(pattern = NULL, except = NULL)
pattern |
( |
except |
( |
HTML code that includes JS
files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.