Description Usage Arguments Value Author(s) See Also Examples
View source: R/exploreObjectNamesVerification.R
Easier output and more human friendly interface to verifyObjectNames
1 2 | exploreObjectNamesVerification(object_o_1,
what_s_1 = c("names", "return type", "test cases", "*")[1])
|
object_o_1 |
the object to be checked |
what_s_1 |
a single string that expresses what you want to focus on, should start
by one of |
The same value as verifyObjectNames
is returned in invisible
mode.
It adds stdout
output to give very short synthesis about object names and content.
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
Refer to verifyClassName
and verifyFunctionName
.
1 2 3 4 5 6 | ##---- typical case ----
library('data.table')
source(system.file('code-samples/frt-defs/good/full/AdditionFI.R',
package = 'wyz.code.offensiveProgramming'))
fi <- AdditionFI()
exploreObjectNamesVerification(fi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.