print8assess: prints an /assess/ object

Description Usage Arguments Value Examples

Description

prints, with or more emphasis, an /assess/ object.

Usage

1
print8assess(x, ..., empha=0)

Arguments

x

assess object to be printed

...

Further arguments to be passed to the print function.

empha

degree of emphasis, between 0 and 10.

Value

nothing a printing is issued

Examples

1
2
3
 prr3k("RESET"); # needed only for R checking, to be forgotten
 print(prr.assess1);
 print(prr.assess1, empha=2);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to print8assess in prr...