plumber (version 1.0.0)

hookable: Deprecated R6 functions

Description

Deprecated R6 functions

Deprecated R6 functions

Deprecated R6 functions

Deprecated R6 functions

Arguments

Functions

Super class

plumber::Hookable -> hookable

Methods

Public 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

Methods

Public methods

Method new()

Initialize a new plumber. Throws deprecated warning prompting user to use Plumber

Usage

plumber$new(...)

Arguments

...

params passed in to Plumber$new()

Method clone()

The objects of this class are cloneable with this method.

Usage

plumber$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.