Description Usage Arguments Value
View source: R/tempflow-inputchecker.R
A function that checks, if the given point (specified by either name or id) has a loop.
1 2 | ## S3 method for class 'tempflow'
check_has_loop(tempFlow, inpPoint, safe = TRUE)
|
tempFlow |
A 'tempflow'-object. |
inpPoint |
An integer or string value. |
safe |
if TRUE, the existence of the point will be ensured. |
The boolean value TRUE, if the given point (specified by either name or id) has a loop.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.