Learn R Programming

golem (version 0.0.1.5003)

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

name

The name of the module

pkg

Path to the root of the package. Default is `"."`.