Configurable: Configurable

Description Active bindings Methods

Description

This base class contains utilities for objects to manage their own configuration (public) and metadata (private).

Active bindings

metadata

metadata set

config

configuration set

Methods

Public methods


Method set_config()

config set configuration

Usage
Configurable$set_config(name, ..., .list = NULL)
Arguments
name

(str) human readable name

...

(kvp) key value pairs of configuration

.list

(lst) pass config or metadata as a list


Method clone()

The objects of this class are cloneable with this method.

Usage
Configurable$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tjpalanca/webtools documentation built on Dec. 23, 2021, 11 a.m.