define argument types and returnType for the run
function and any methods
, to be used in the contains
argument of nimbleFunction
nimbleFunctionVirtual(
contains = NULL,
run = function() {
},
methods = list(),
name = NA,
methodControl = list()
)
An object that can be passed as the contains
argument to nimbleFunction
or as the argument to nimbleFunctionList
Not yet functional
A NIMBLE function that will only be used to inspect its argument types and returnType.
An optional named list of NIMBLE functions that will also only be used for inspecting argument types and returnTypes.
An optional name used internally by the NIMBLE compiler. This is usually omitted and NIMBLE provides one.
An optional list that allows specification of methods with defaults.
NIMBLE development team
See the NIMBLE User Manual section on nimbleFunctionLists for explanation of how to use a virtual nimbleFunction.
nimbleFunction