inlinedocs (version 2019.12.5)

extract.docs.file: extract docs file

Description

Apply all parsers relevant to extract info from just 1 code file.

Usage

extract.docs.file(f, 
    parsers = NULL, ...)

Arguments

f

File name of R code to read and parse.

parsers

Parser Functions to use to parse the code and extract documentation.

Other arguments to pass to Parser Functions.

Examples

Run this code
# NOT RUN {
f <- system.file("silly","R","silly.R",package="inlinedocs")
extract.docs.file(f)

# }

Run the code above in your browser using DataLab