check_formalArgs | R Documentation |
Conflicts between wrapper and function to be wrapped. Note that f
contains function name but not package name.
check_formalArgs(w = anal_prnTrend, f = cmeans, excludes = NULL)
w |
Expression; the wrapper function. |
f |
Expression; the function to be wrapped. |
excludes |
Character string; arguments from |
if 'method' in the formalArgs and "m" in the "..." of 'foo', foo(m = 2) without 'method' interpreted as 'method'. Call foo(method = kmeans, m =2) to avoid such ambiguity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.