list.functions: List of Functions

View source: R/function_list.R

list.functionsR Documentation

List of Functions

Description

Gets a list of the functions in a file, a folder, a vector of files or folders, or all files in ./code or ./R (if files parameter is missing)

Usage

list.functions(files, saveto = NULL, verbose = TRUE, sorted = TRUE)

Arguments

files

character - files or folders or a mix; if blank all files and folders in ./code and ./R

saveto

character - name of file to save (sink) the text output to

verbose

boolean - if verbose is true, print the structure ... folder/file/function

Value

invisible(data.frame) - with columns for folder, file, and function


JahNorr/orrr documentation built on Jan. 29, 2025, 5:11 p.m.