get_local_functions {origin}R Documentation

Find All User Defined functions in the Project

Description

Find All User Defined functions in the Project

Usage

get_local_functions(path = ".")

Arguments

path

Path in which all defined function names should be found and retrieved. Defaults to the current working directory.

Value

character vector of function names

Examples

get_local_functions(path = ".")
get_local_functions(path = rstudioapi::getActiveProject())

[Package origin version 1.1.2 Index]