Description Usage Arguments Format Details Inherit Methods See Also
Complete the csv with the preprocessed instance.
1 2 3 | TeeCSVPipe$new(propertyName = "",
alwaysBeforeDeps = list(),
notAfterDeps = list())
|
propertyName |
(character) Name of the property associated with the pipe. |
alwaysBeforeDeps |
(list) The dependences alwaysBefore (pipes that must be executed before this one). |
notAfterDeps |
(list) The dependences notAfter (pipes that cannot be executed after this one). |
An object of class R6ClassGenerator
of length 24.
Building...
This class inherits from PipeGeneric
and implements the
pipe
abstract function.
pipe Function that complete the csv with the preprocessed instance.
Usage
pipe(instance, withData = TRUE, withSource = TRUE)
Value
The instance with the modifications that have occurred in the pipe.
Arguments
instance (Instance) Instance to preproccess.
withData (logical) Indicate if the data is added to csv.
withSource (logical) Indicate if the source is added to csv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.