register.parser {roxygen}R Documentation

Register a parser with a table...

Description

Register a parser with a table

Usage

register.parser(table, key, parser)

Arguments

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

Value

NULL


[Package roxygen version 0.1 Index]