Step | R Documentation |
Step
Step
R6Class
object, super class IdObject
, sub classes DataStep
, MeltStep
, JoinStep
, WizardStep
, CrossTabStep
, GroupStep
, InStep
, OutStep
, TableStep
, NamespaceStep
, RelationStep
, ExportStep
, ModelStep
, ViewStep
.
tercenApi::Base
-> tercenApi::IdObject
-> Step
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
.
id
of type String inherited from super class IdObject
.
new()
Step$new(json = NULL)
init()
Step$init()
initJson()
Step$initJson(json)
toTson()
Step$toTson()
clone()
The objects of this class are cloneable with this method.
Step$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.