Methods for printing frabs
Methods for printing frabs nicely
## S4 method for signature 'frab' show(object) frab_print(object)
object
: An object of class frab
The method is sensitive to option frab_print_hash
. If TRUE
, the hash code is printed; otherwise it is not.
Function frab_print()
returns its argument, invisibly.
There is special dispensation for the empty frab
object.
Returns its argument, invisibly
Robin K. S. Hankin
print(rfrab()) # default options(frab_print_hash = TRUE) print(rfrab()) # prints hash code options(frab_print_hash = NULL) # restore default