View source: R/summariseFunctionUse.R
| summariseFunctionUse | R Documentation | 
Summarise functions used in R package
summariseFunctionUse(r_files, verbose = FALSE)
| r_files | Complete path(s) to files to be investigated | 
| verbose | Default: FALSE; prints message to console which file is currently being worked on. | 
tibble
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))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.