verifyFunctionName {wyz.code.offensiveProgramming} | R Documentation |
Verify function name
Description
Function name must comply with a policy. This function allows to check compliance.
Usage
verifyFunctionName(name_s = "aSimpleFunctionName", strictSyntax_b_1 = TRUE)
Arguments
name_s |
The function name to be checked |
strictSyntax_b_1 |
A boolean value. When When |
Value
A boolean
value, either TRUE
or FALSE
.
Author(s)
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
See Also
Refer to defineEvaluationModes
.
Examples
##---- typical case ----
verifyFunctionName('matrix')
verifyFunctionName('matrix', FALSE)
[Package wyz.code.offensiveProgramming version 1.1.24 Index]