Skip to contents

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

if (FALSE) { # \dontrun{
path <- "../randgeo/"
env <- collect_fxns(path)
parse_fxns(env)
} # }