Add a static route to the plumber
object
plumber
objectpr_static(pr, path, direc)
pr
: A Plumber API. Note: The supplied Plumber API object will also be updated in place as well as returned by the function.path
: The mounted path location of the static folderdirec
: The local folder to be served statically## Not run: pr() %>% pr_static("/path", "./my_folder/location") %>% pr_run() ## End(Not run)
Useful links