View source: R/nimbleFunction_util.R
is.nf | R Documentation |
Checks an object to determine if it is a nimbleFunction (i.e., a function created by nimbleFunction
using setup code).
is.nf(f, inputIsName = FALSE, where = -1)
f |
object to be tested |
inputIsName |
logical indicating whether the function is provided as the character name of the function or the function object itself |
where |
Optional argument needed due to R package namespace issues but which should not need to be provided by a user. |
nimbleFunction
for how to create a nimbleFunction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.