an object representing a step in the lifecycle of the treatment of a request by a plumber router.
Super class
plumber::Hookable
-> PlumberStep
Public fields
srcref
from step block
lines
lines from step block
serializer
step serializer function
Methods
Inherited methods
Method new()
Create a new PlumberStep()
object
Usage
PlumberStep$new(expr, envir, lines, serializer, srcref)
Method registerHook()
step hook registration method
Usage
PlumberStep$registerHook(
stage = c("preexec", "postexec", "aroundexec"),
handler
)