format.parser {tabulog} | R Documentation |
Format a parser
object for printing
## S3 method for class 'parser'
format(x, ...)
x |
parser to be formatted |
... |
other arguments to be passed to |
# No name, default formatter
format(parser('[0-9]+'))
# Custom name and formatter
format(parser('[0-9]+]', as.integer, name='int'))