getDefinition {nimble} | R Documentation |
Returns a list containing the nimbleFunction definition components (setup function, run function, and other member methods) for the supplied nimbleFunction generator or specialized instance.
getDefinition(nf)
nf |
A nimbleFunction generator, or a compiled or un-compiled specialized nimbleFunction. |
Daniel Turek