Learn R Programming

wyz.code.metaTesting (version 1.1.4)

packageFunctionsInformation: Package functions information

Description

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

Usage

packageFunctionsInformation()

Arguments

Value

A data.table with following column names

function

a function name provided by this package

elaboration

a boolean stating if function could/should be use for elaboration purpose

verification

a boolean stating if function could/should be use for verification purpose

exploitation

a boolean stating if function could/should be use for exploitation purpose

information

a boolean stating if function could/should be use for informative purpose

kind

the classification kind of the chosen function

user

a typical user role/profile that may use the function

domain

internal domain function belongs to

See Also

Refer also to package vignettes.

Examples

Run this code
# NOT RUN {
##---- typical case ----
packageFunctionsInformation()
# }

Run the code above in your browser using DataLab