Find function in the current RStudio project

find_function_in_project(function_name, files)

Arguments

function_name

name of the project

files

type of files : "R" or "Rmd"

Value

a tibble with two columns

Examples

# NOT RUN { find_function_in_project(function_name = "detect_na", file = "Rmd") find_function_in_project(function_name = "detect_na", file = "R") # }