Parse 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)
} # }