Learn R Programming

wyz.code.offensiveProgramming (version 1.1.24)

opInformation: Package functions information

Description

A reminder of available functions from this package, and, most common usage intent. A poor man CLI cheat sheet.

Usage

opInformation()

Arguments

Value

A data.table with following columns

name

the object name

category

the category of the object describe by function name. Could be CLASS, FUNCTION or DATA.

nature

either INTERNAL or EXPORTED.

stratum

the stratum the object belongs to. Values are CORE, LAYER_1, LAYER_2, LAYER_3.

phasing

main usage phase of the object. Values are DESIGN, BUILD, TEST, RUN, MAINTAIN, EVOLVE and TRANSVERSAL.

intent

main global intent of the object. Values are PARTS_BUILDING, PARTS_ASSEMBLY, QUALITY_CONTROL, FEEDBACK, STATISTICS, CONTENT_GENERATION and UTILITIES.

Author

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

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

See Also

Refer also to package vignettes.

Examples

Run this code
##---- typical case ----
opInformation()

Run the code above in your browser using DataLab