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
)
propertyName
A character
value. Name of the property
associated with the GenericPipe
.
alwaysBeforeDeps
A list
value. The dependencies
alwaysBefore (GenericPipes
that must be executed before
this one).
notAfterDeps
A list
value. The dependencies
notAfter (GenericPipes
that cannot be executed after
this one).
withData
A logical
value. Indicates if the data is
added to CSV.
withSource
A logical
value. Indicates if the source
is added to CSV.
outputPath
A character
value. The path of CSV.
instance
A 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)
deep
Whether 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