Learn R Programming

mvbutils (version 1.0.1)

find.documented: Support for flat-format documentation

Description

Finds functions with flat-format documentation.

Usage

find.documented( pos=1, doctype=c( "Rd", "casual", "own", "any"))

Arguments

pos
search path position(s), any length numeric or character
doctype
Defaults to "Rd". If supplied, it is partially matched against the choices in USAGE. "Rd" functions are named in the alias list at the start of any doc attribute of a function in pos (see doc2

Value

  • Character vector of function names.

See Also

doc2Rd, dochelp