inlinedocs (version 2013.9.3)

extra.code.docs: Extract documentation from code chunks

Description

Parse R code to extract inline documentation from comments around each function. These are not able to be retreived simply by looking at the "source" attribute. This is a Parser Function that can be used in the parser list of package.skeleton.dx(). TODO: Modularize this into separate Parsers Functions for S4 classes, prefixes, ##<

Usage

extra.code.docs(code, objs, ...)

Arguments

code
Code lines in a character vector containing multiple R objects to parse for documentation.
objs
The objects defined in the code.
...
ignored

Value