parse_fxns: Parse functions

View source: R/parse_fxns.R

parse_fxnsR Documentation

Parse functions

Description

Parse functions

Usage

parse_fxns(env)

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

## Not run: 
path <- "../randgeo/"
env <- collect_fxns(path)
parse_fxns(env)

## End(Not run)

ropensci/mutant documentation built on Nov. 13, 2024, 8:31 a.m.