subsettingActionItem(ID = paste("subActionRef", guid(), sep = "_"),
name = paste("action", identifier(get(subsetting)), sep = "_"),
parentView, subsetting, workflow)workFlow for which a
view is to be created. guid function. view and subsetting objects,
respectively. subsettingActionItem that is created inside the
workFlow environment as a side effect of calling the
add method.A subsettingActionItem object for the constructor.add method, which creates a
subsettingActionItem from a normalization object
and directly assigns it to a workFlow. Alternatively,
one can use the subsettingActionItem constructor function for
more programmatic access. subsetting:"fcSubsettingReference". A reference to the
subsetting object that is used for the
operation. ID:"character". A unique
identifier for the actionItem. name:"character". A more
human-readable nameparentView:"fcViewReference". A reference to the parent
view the subsettingActionItem is applied on. env:"environment". The
evaluation environment in the workFlow. "actionItem", directly.signature(x = "subsettingActionItem"): Print
details about the object. signature(symbol = "subsettingActionItem", envir =
"workFlow", subSymbol = "character"): Remove a
subsettingActionItem from a workFlow. This
method is recursive and will also remove all dependent
views and actionItems. signature(object = "subsettingActionItem"): Print
details about the object. subsettingActionItems provide a means to bind subsetting
operations in a workflow. Each
subsettingActionItem represents a single
subsetting.
workFlow,
actionItem,
gateActionItem,
transformActionItem,
compensateActionItem,
view