register.parser {roxygen} | R Documentation |
Register a parser with a table
register.parser(table, key, parser)
table |
the table under which to register |
key |
the key upon which to register |
parser |
the parser callback to register;
a function taking key and expression |
NULL