deprecated_r6: Deprecated R6 functions

hookableR Documentation

Deprecated R6 functions

Description

Deprecated R6 functions

Deprecated R6 functions

Deprecated R6 functions

Deprecated R6 functions

Functions

  • hookable: See Hookable()

  • plumber: See Plumber()

Super class

plumber::Hookable -> hookable

Methods

Public 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

Methods

Public methods

Inherited 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.


plumber documentation built on Sept. 7, 2022, 1:05 a.m.