This helper function checks whether a given function fun
has required or
allowed arguments. The argument check is based only on the names of the
arguments. No any further logic is verified here.
1 | h_check_fun_formals(fun, mandatory = NULL, allowed = NULL)
|
fun |
( |
mandatory |
( |
allowed |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.