Description Usage Arguments Examples
Test that certain parameters are arguments for certain functions via testthat functions.
1 | check_params_in_functions(params, func_list)
|
params |
Character vector with parameter names |
func_list |
List of functions to check |
1 | MCHT:::check_params_in_functions(c("x"), list(mean))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.