Skip to content

Deprecated R6 functions

Deprecated R6 functions

Deprecated R6 functions

Deprecated R6 functions

Functions

Super class

plumber::Hookable -> hookable

Methods

Inherited methods


Method new()

Initialize a new hookable. Throws deprecated warning prompting user to use Hookable

Usage

hookable$new()


Method clone()

The objects of this class are cloneable with this method.

Usage

hookable$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Super classes

plumber::Hookable -> plumber::Plumber -> plumber