Learn R Programming

wyz.code.offensiveProgramming (version 1.1.24)

exploreObjectNamesVerification: 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])

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.

Arguments

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 [nrt* character. Star means show all.

Author

tools:::Rd_package_author("wyz.code.offensiveProgramming")

Maintainer: tools:::Rd_package_maintainer("wyz.code.offensiveProgramming")

See Also

Refer to verifyClassName and verifyFunctionName.

Examples

Run this code
##---- typical case ----
library('data.table')
source(system.file('code-samples/frt-defs/good/full/AdditionFI.R',
                   package = 'wyz.code.offensiveProgramming'))
fi <- AdditionFI()
exploreObjectNamesVerification(fi)

Run the code above in your browser using DataLab