functionMap (version 1.0.0)

map_r_folder: Map the function calls for a folder of R scripts

Description

Map the function calls for a folder of R scripts

Usage

map_r_folder(rpath, rfilepattern = default_r_file_pattern(), include_base = FALSE)

Arguments

rpath
Character vector of folders and files. Files are taken as given, folders are listed for files matching `rfilepattern`.
rfilepattern
Pattern of file names to analyse. By default files with `.R`, `.r`, `.S` and `.s` extensions are used.
include_base
Whether to include functions from the `base` package.

Value

A function_map object.