View source: R/CoreFunctions.R
isOpt | R Documentation |
This is a helper function used in the fusionwrapr package to test the
value of an object: usually a function parameter. While this simply
wraps is.null()
, it makes for slightly more readable code in the
functions that build command lines.
isOpt(x)
x |
object |
A (invisible) boolean value, TRUE indicates the object value is not NULL, FALSE indicates the object value is NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.