listfuns: listfuns produces a listing of all functions in an input R...

View source: R/rutils.R

listfunsR Documentation

listfuns produces a listing of all functions in an input R file

Description

listfuns reads in a given R file and then identifies each function header within it and pulls out the function name, its syntax, the line-number in the file, and associates that with the filename.

Usage

listfuns(infile)

Arguments

infile

the R file to be examined

Value

a data.frame of syntax, function name, line number, and file name

Examples

print("wait for an example")

haddonm/codeutils documentation built on April 15, 2024, 1:02 p.m.