View source: R/function_list.R
list.functions | R Documentation |
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)
list.functions(files, saveto = NULL, verbose = TRUE, sorted = TRUE)
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 |
invisible(data.frame) - with columns for folder, file, and function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.