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

Description Usage Arguments Value

View source: R/map.R

Description

Map the function calls for a folder of R scripts

Usage

1
2
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.


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.