print.MLA: Print an MLA Object
Description
This function prints an MLA object. It is a method for the generic function print.
Usage
# S3 method for MLA
print(x, first = 100, digits = getOption("digits"), ...)
Arguments
first
When the print command shows a set of rules limits the number of rules.
digits
minimal number of significant digits.
...
further arguments passed to or from other methods.