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