parser.default {roxygen}R Documentation

Default parser-lookup; if key not found, return...

Description

Default parser-lookup; if key not found, return the default parser specified.

Usage

parser.default(table, key, default)

Arguments

table the parser table from which to look
key the key upon which to look
default the parser to return upon unsuccessful lookup

Value

The parser


[Package roxygen version 0.1 Index]