exploreObjectNamesVerification {wyz.code.offensiveProgramming} | R Documentation |
Verify object names
Description
Human readable output synthetized from
verifyObjectNames
Usage
exploreObjectNamesVerification(object_o_1,
what_s_1 = c("names", "return type", "test cases", "*")[1])
Arguments
object_o_1 |
the |
what_s_1 |
a single |
Value
The same value as verifyObjectNames
is returned
in invisible
mode.
It adds stdout
output to give very short synthesis about object names and content.
Author(s)
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
See Also
Refer to verifyClassName
and
verifyFunctionName
.
Examples
##---- typical case ----
library('data.table')
source(system.file('code-samples/frt-defs/good/full/AdditionFI.R',
package = 'wyz.code.offensiveProgramming'))
fi <- AdditionFI()
exploreObjectNamesVerification(fi)
[Package wyz.code.offensiveProgramming version 1.1.24 Index]