deprecated_r6 function

Deprecated R6 functions

Deprecated R6 functions

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

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.

  • Maintainer: Barret Schloerke
  • License: MIT + file LICENSE
  • Last published: 2025-02-19