print function

Methods for printing frabs

Methods for printing frabs

Methods for printing frabs nicely

## S4 method for signature 'frab' show(object) frab_print(object)

Arguments

  • object: An object of class frab

Details

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

Returns its argument, invisibly

Author(s)

Robin K. S. Hankin

Examples

print(rfrab()) # default options(frab_print_hash = TRUE) print(rfrab()) # prints hash code options(frab_print_hash = NULL) # restore default
  • Maintainer: Robin K. S. Hankin
  • License: GPL (>= 2)
  • Last published: 2024-07-24