[.Flow | R Documentation |
Overloads subset operator for Flow object. Allow subsetting object based on entities features (first argument, a la "rows") and tasks (a la "columns").
First argument can be an expression on entity metadata that returns an integer or logical of length = nrow(entities).
Tasks can be indices or names of tasks
## S3 method for class 'Flow'
obj[i = NULL, j = NULL, include = NULL, exclude = NULL, quick = FALSE, ...]
obj |
Flow object to be subset |
i |
indices of entities |
j |
indices of tasks to subset |
include |
character vector representing tasks to include in output object |
exclude |
character vector representing nodes or tasks to exclude in output object |
A new gNode that contains only the given id's
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.