shiny (version 0.9.1)

addResourcePath: Resource Publishing

Description

Adds a directory of static resources to Shiny's web server, with the given path prefix. Primarily intended for package authors to make supporting JavaScript/CSS files available to their components.

Usage

addResourcePath(prefix, directoryPath)

Arguments

Details

You can call addResourcePath multiple times for a given prefix; only the most recent value will be retained. If the normalized directoryPath is different than the directory that's currently mapped to the prefix, a warning will be issued.

See Also

singleton

Examples

Run this code
addResourcePath('datasets', system.file('data', package='datasets'))

Run the code above in your browser using DataLab