plumb {plumber} | R Documentation |
Process a Plumber API
Description
Process a Plumber API
Usage
plumb(file = NULL, dir = ".")
Arguments
file |
The file to parse as the plumber router definition. |
dir |
The directory containing the |
Details
API routers are the core request handler in plumber. A router is responsible for taking an incoming request, submitting it through the appropriate filters and eventually to a corresponding endpoint, if one is found.
See the Programmatic Usage article for additional details on the methods available on this object.
[Package plumber version 1.2.2 Index]