Description Usage Arguments Value Author(s) See Also Examples
View source: R/verifyFunctionName.R
Function name must comply with a policy. This function allows to check compliance.
1 | verifyFunctionName(name_s = "aSimpleFunctionName", strictSyntax_b_1 = TRUE)
|
name_s |
The function name to be checked |
strictSyntax_b_1 |
A boolean value. When When |
A boolean value, either TRUE
or FALSE
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
Refer to defineEvaluationModes
1 2 3 | ##---- typical case ----
verifyFunctionName('matrix')
verifyFunctionName('matrix', FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.