DataStep: DataStep

DataStepR Documentation

DataStep

Description

DataStep

DataStep

Format

R6Class object, super class CrossTabStep.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::Step -> tercenApi::ModelStep -> tercenApi::RelationStep -> tercenApi::NamespaceStep -> tercenApi::CrossTabStep -> DataStep

Public fields

groupId

of type String inherited from super class Step.

name

of type String inherited from super class Step.

id

of type String inherited from super class IdObject.

model

object of class Crosstab inherited from super class CrossTabStep.

inputs

list of class InputPort inherited from super class Step.

outputs

list of class OutputPort inherited from super class Step.

rectangle

object of class Rectangle inherited from super class Step.

state

object of class StepState inherited from super class Step.

computedRelation

object of class Relation.

Active bindings

groupId

of type String inherited from super class Step.

name

of type String inherited from super class Step.

id

of type String inherited from super class IdObject.

model

object of class Crosstab inherited from super class CrossTabStep.

inputs

list of class InputPort inherited from super class Step.

outputs

list of class OutputPort inherited from super class Step.

rectangle

object of class Rectangle inherited from super class Step.

state

object of class StepState inherited from super class Step.

Methods

Public methods

Inherited methods

Method new()

Usage
DataStep$new(json = NULL)

Method init()

Usage
DataStep$init()

Method initJson()

Usage
DataStep$initJson(json)

Method toTson()

Usage
DataStep$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
DataStep$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.