Deprecated R6 functions
Deprecated R6 functions
Deprecated R6 functions
Deprecated R6 functions
Deprecated R6 functions
hookable
: See Hookable()
plumber
: See Plumber()
plumber::Hookable
-> hookable
new()
Initialize a new hookable
. Throws deprecated warning prompting user to use Hookable
hookable$new()
clone()
The objects of this class are cloneable with this method.
hookable$clone(deep = FALSE)
deep
: Whether to make a deep clone.
plumber::Hookable
-> plumber::Plumber
-> plumber
new()
Initialize a new plumber
. Throws deprecated warning prompting user to use Plumber
plumber$new(...)
...
: params passed in to Plumber$new()
clone()
The objects of this class are cloneable with this method.
plumber$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links