get_local_functions: Find All User Defined functions in the Project

View source: R/get_local_functions.R

get_local_functionsR 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())

origin documentation built on April 3, 2025, 11:03 p.m.