parser.default {roxygen} | R Documentation |
Default parser-lookup; if key not found, return the default parser specified.
parser.default(table, key, default)
table |
the parser table from which to look |
key |
the key upon which to look |
default |
the parser to return upon unsuccessful lookup |
The parser