Print method for class org.matches.
# S3 method for org.matches
print(
x,
output = "ICE",
index = TRUE,
names = TRUE,
trim = 50,
upper = TRUE,
width = NA,
...
)
Object of class org.matches
.
String with each letter indicating which parts of the output to print (default is "ICE"
, order
does not matter): I
= Information, C
= Constructs' matches, E
= Elements' matches.
Whether to add an index columns (default TRUE
).
names A vector of row names.
Trimmed length of names (default = 50
).
Whether to only show the upper triangle (default TRUE
).
Column width of output (numeric).