pr_static function

Add a static route to the plumber object

Add a static route to the plumber object

pr_static(pr, path, direc)

Arguments

  • 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 folder
  • direc: The local folder to be served statically

Examples

## Not run: pr() %>% pr_static("/path", "./my_folder/location") %>% pr_run() ## End(Not run)
  • Maintainer: Barret Schloerke
  • License: MIT + file LICENSE
  • Last published: 2025-02-19