Learn R Programming

roxygen2 (version 2.2.2)

parse.unknown: Parse an unknown tag.

Description

Resorts to the default parser but with a warning about the unknown tag.

Usage

parse.unknown(key, rest, srcref)

Arguments

key
the parsing key
rest
the expression to be parsed
srcref
srcref providing location of file name and line number

Value

  • A list containing the key and expression (possibly null)

See Also

Other preref parsing functions: parse.default, parse.name, parse.name.description, parse.toggle, parse.value