Step: Step

StepR Documentation

Step

Description

Step

Step

Format

R6Class object, super class IdObject, sub classes DataStep, MeltStep, JoinStep, WizardStep, CrossTabStep, GroupStep, InStep, OutStep, TableStep, NamespaceStep, RelationStep, ExportStep, ModelStep, ViewStep.

Super classes

tercenApi::Base -> tercenApi::IdObject -> Step

Public fields

id

of type String inherited from super class IdObject.

groupId

of type String.

name

of type String.

inputs

list of class InputPort.

outputs

list of class OutputPort.

rectangle

object of class Rectangle.

state

object of class StepState.

Active bindings

id

of type String inherited from super class IdObject.

Methods

Public methods

Inherited methods

Method new()

Usage
Step$new(json = NULL)

Method init()

Usage
Step$init()

Method initJson()

Usage
Step$initJson(json)

Method toTson()

Usage
Step$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Step$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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