Static-class | R Documentation |
Static
A Middleware
class for serving static files from a root directory given a set of url paths.
new(urls, root)
: Creates a new object. urls
is a character vector whose elements must start with a '/'
. root
is a length 1 character vector whose value must be a valid directory.
See Builder
for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.