check_arguments | R Documentation |
Check arguments and override default values.
If a named list, arguments
, is provided by the user,
it will override any default value.
If one of the argument is provided directly,
it will take precedence over the values in arguments
, provided it is not a default value.
check_arguments(func, call, arguments = NULL)
func |
function whose parameters are to be superseded |
call |
user call, obtained from |
arguments |
named list with arguments |
a named list with all arguments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.