R/list_functions.R
list_functions.Rd
List all functions defined within an R source file. Default to using the currently active file.
list_functions(path = current_file())
Path to R source file.
A list of functions.
if(interactive()) list_functions()