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

mnist91/origin documentation built on Nov. 26, 2024, 6:13 p.m.