Complete a CSV with the properties of the preprocessed
Instance.
This class inherits from GenericPipe and implements the
pipe abstract function.
bdpar::GenericPipe -> TeeCSVPipe
new()Creates a TeeCSVPipe object.
TeeCSVPipe$new(
propertyName = "",
alwaysBeforeDeps = list(),
notAfterDeps = list(),
withData = TRUE,
withSource = TRUE,
outputPath = NULL
)propertyNameA character value. Name of the property
associated with the GenericPipe.
alwaysBeforeDepsA list value. The dependencies
alwaysBefore (GenericPipes that must be executed before
this one).
notAfterDepsA list value. The dependencies
notAfter (GenericPipes that cannot be executed after
this one).
withDataA logical value. Indicates if the data is
added to CSV.
withSourceA logical value. Indicates if the source
is added to CSV.
outputPathA character value. The path of CSV.
instanceA Instance value. The Instance
to preprocess.
The Instance with the modifications that have
occurred in the pipe.
clone()The objects of this class are cloneable with this method.
TeeCSVPipe$clone(deep = FALSE)deepWhether to make a deep clone.
The path to save the properties should be defined in the "teeCSVPipe.output.path" field of bdpar.Options variable.
AbbreviationPipe, bdpar.Options,
ContractionPipe, File2Pipe,
FindEmojiPipe, FindEmoticonPipe,
FindHashtagPipe, FindUrlPipe,
FindUserNamePipe, GuessDatePipe,
GuessLanguagePipe, Instance,
InterjectionPipe, MeasureLengthPipe,
GenericPipe, ResourceHandler,
SlangPipe, StopWordPipe,
StoreFileExtPipe, TargetAssigningPipe,
ToLowerCasePipe