DataStep | R Documentation |
DataStep
DataStep
R6Class
object, super class CrossTabStep
.
tercenApi::Base
-> tercenApi::IdObject
-> tercenApi::Step
-> tercenApi::ModelStep
-> tercenApi::RelationStep
-> tercenApi::NamespaceStep
-> tercenApi::CrossTabStep
-> DataStep
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
.
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
.
new()
DataStep$new(json = NULL)
init()
DataStep$init()
initJson()
DataStep$initJson(json)
toTson()
DataStep$toTson()
clone()
The objects of this class are cloneable with this method.
DataStep$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.