Learn R Programming

wyz.code.offensiveProgramming (version 1.1.24)

print.EvaluationMode: Print generic method for S3 class EvaluationMode

Description

Prints the EvaluationMode data

Usage

# S3 method for EvaluationMode
print(x, ...)

Arguments

x

the EvaluationMode object to consider

...

any other argument, passed to print.

Author

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

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

Examples

Run this code
b <- EvaluationMode(defineEvaluationModes()[2])
print(b)

Run the code above in your browser using DataLab