Description Usage Arguments Value
View source: R/tempnetwork-inputchecker.R
A function that checks, if the 'tempflow'-object of the given 'tempnetwork'-object contains at least one point and the graph-list of the given 'tempnetwork'-object contains at least one entry.
1 2 | ## S3 method for class 'tempnetwork'
check_null_values(tempNetwork, throwError = TRUE)
|
tempNetwork |
A 'tempnetwork'-object. |
throwError |
If TRUE the respective errors will be thrown. Otherwise, a truth value will be returned. |
The boolean value TRUE, if the 'tempflow'-object of the given 'tempnetwork'-object contains at least one point and the graph-list of the given 'tempnetwork'-object contains at least one entry.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.