Print Method for Suggested Regex
print.suggested_regex.RdPrints suggested regex along with details from suggest_regex().
Usage
# S3 method for class 'suggested_regex'
print(x, ...)Arguments
- x
An object of class
suggested_regex.- ...
Arguments passed on to
base::print.defaultdigitsa non-null value for
digitsspecifies the minimum number of significant digits to be printed in values. The default,NULL, usesgetOption("digits"). (For the interpretation for complex numbers seesignif.) Non-integer values will be rounded down, and only values greater than or equal to 1 and no greater than 22 are accepted.quotelogical, indicating whether or not strings (
characters) should be printed with surrounding quotes.na.printa character string which is used to indicate
NAvalues in printed output, orNULL(see ‘Details’).print.gapa non-negative integer \(\le 1024\), or
NULL(meaning 1), giving the spacing between adjacent columns in printed vectors, matrices and arrays.rightlogical, indicating whether or not strings should be right aligned. The default is left alignment.
maxa non-null value for
maxspecifies the approximate maximum number of entries to be printed. The default,NULL, usesgetOption("max.print"): see that help page for more details.widthcontrols the maximum number of columns on a line used in printing vectors, matrices, etc. The default,
NULL, usesgetOption("width"): see that help page for more details including allowed values.useSourcelogical, indicating whether to use source references or copies rather than deparsing language objects. The default is to use the original source if it is available.