plumber {plumber} | R Documentation |
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.
plumber plumb(file)
file |
The file to parse as the plumber router definition |
An object of class R6ClassGenerator
of length 24.
See http://plumber.trestletech.com/docs/programmatic/ for additional details on the methods available on this object.