HDX Tag

HDX Tag

Details

HDX tag

Super class

rhdx::HDXObject -> Tag

Public fields

data

list of tag field element

Methods

Public methods

Inherited methods

Method new()

Create a new Tag object

Usage

Tag$new(initial_data = NULL, configuration = NULL)

Arguments

initial_data

list data with required fields to create a tag object

configuration

Configuration configuration to use

Returns

a Tag object


Method as_list()

Tag object to list

Usage

Tag$as_list()

Returns

a list with of tag fields element


Method print()

Print a Tag object

Usage

Tag$print()


Method clone()

The objects of this class are cloneable with this method.

Usage

Tag$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.