find.documented {mvbutils}R Documentation

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 doc2Rd); "casual" functions have their own doc attribute, and will be found by the replacement of help; "own" functions (a subset of "casual") have their own character-mode doc attribute, and are suitable for doc2Rd; "any" combines casual and Rd.

Value

Character vector of function names.

Note

doctype="Rd" looks for the alias names, i.e. the first word of all lines occurring before the first blank line. This may include non-existent objects.

Start informal documentation (i.e. not intended for doc2Rd) with a blank line to avoid confusion.

Author(s)

Mark Bravington

See Also

doc2Rd, dochelp


[Package Contents]