Description Usage Arguments Value
View source: R/tempflow-basics.R
Given a 'tempflow'-object and a vector containing the current step-ids, this function removes the specified steps from the given 'tempflow'-object.
1 2 3 | ## S3 method for class 'tempflow'
delete_steps_from_id(tempFlow, stepIDList,
safe = TRUE)
|
tempFlow |
A 'tempflow'-object. |
stepIDList |
A vector containing the step-ids of the steps which ought to be removed. |
safe |
If TRUE, it will be ensured that the specified step-ids exists. Additionally, the usual tempflow condition are checked (e.g. duplicate names, cycles, ... ). |
A new 'tempflow'-object, constructed by removing the specified edges from the given 'tempflow'-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.