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