print.EvaluationMode {wyz.code.offensiveProgramming}R Documentation

Print generic method for S3 class EvaluationMode

Description

Prints the EvaluationMode data

Usage

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

Arguments

x

the EvaluationMode object to consider

...

any other argument, passed to print.

Author(s)

Fabien Gelineau <neonira@gmail.com>

Maintainer: Fabien Gelineau <neonira@gmail.com>

Examples

b <- EvaluationMode(defineEvaluationModes()[2])
print(b)

[Package wyz.code.offensiveProgramming version 1.1.24 Index]