add_js_file: Create a module
Description
These functions create files inside the `inst/app/www` folder.
Usage
add_js_file(name, pkg = ".", dir = "inst/app/www")add_js_handler(name, pkg = ".", dir = "inst/app/www")
add_css_file(name, pkg = ".", dir = "inst/app/www")
Arguments
pkg
Path to the root of the package. Default is `"."`.
dir
Path to the dir of the file