functionMap (version 1.0.0)

map_r_script: Map the function calls for an R script

Description

Map the function calls for an R script

Usage

map_r_script(rfile, include_base = FALSE)

Arguments

rfile
The .R input file, or a connection to read from.
include_base
Whether to include calls to base functions in the output.

Value

A function_map object.