UpDraftComponentInterface.Rd
Defines the interface for all component objects in updraft. Component objects are any object associated with a workflow.
UpDraftComponentInterface
An object of class R6ClassGenerator
of length 24.
errorCheck(executionCheck = FALSE, ...)
Determines if internal state contains erroneous values. When executionCheck
is set to TRUE, runs additional checks to check if ready for execution. ...
is for additional info that is required to run error checking for a particular component.
getName()
Returns the string character that identifies this component.
getSaveInfo()
Returns a list of attributes that is a copy of the internal state of this component.