Description Usage Arguments Details Value Author(s) Examples
View source: R/matchFunctionSignature.R
Use method matchFunctionSignature
to match a function signature.
1 | matchFunctionSignature(aFunction_f_1, aFunctionTemplate_f_1 = function(){})
|
aFunction_f_1 |
a function or primitive. Not a string! |
aFunctionTemplate_f_1 |
a function or primitive to be used as model. Not a string! |
To get TRUE
as result, function and function model must share exactly the
sames attributes names and values, including default values if any used.
A boolean
value.
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.