parse_fxns: Parse functions

Description Usage Arguments Value Examples

View source: R/parse_fxns.R

Description

Parse functions

Usage

1

Arguments

env

an environment with functions

Value

a list of data.frame's, each of which is the output from utils::getParseData(); names of the list are the function names

Examples

1
2
3
4
5
6
## Not run: 
path <- "../randgeo/"
env <- collect_fxns(path)
parse_fxns(env)

## End(Not run)

ropensci/mutant documentation built on Dec. 30, 2021, 11:53 a.m.