Description
print.bife is a generic function which displays some minimal
information from objects returned by bife.
Usage
# S3 method for bife
print(x, digits = max(3, getOption("digits") - 3), ...)Arguments
digits
integer indicating the number of decimal places. Default is
max(3, getOption("digits") - 3).