Learn R Programming

DependencyReviewer (version 1.2.3)

summariseFunctionUse: summariseFunctionUse

Description

Summarise functions used in R package

Usage

summariseFunctionUse(r_files, verbose = FALSE)

Value

tibble

Arguments

r_files

Complete path(s) to files to be investigated

verbose

Default: FALSE; prints message to console which file is currently being worked on.

Examples

Run this code
summariseFunctionUse(
  r_files = system.file(package = "DependencyReviewer", "testScript.R"))

# Only in an interactive session
if (interactive()) {
  summariseFunctionUse(list.files(here::here("R"), full.names = TRUE))
}

Run the code above in your browser using DataLab