Find function in the current RStudio project
find_function_in_project(function_name, files)
function_name | name of the project |
---|---|
files | type of files : "R" or "Rmd" |
a tibble with two columns
# NOT RUN { find_function_in_project(function_name = "detect_na", file = "Rmd") find_function_in_project(function_name = "detect_na", file = "R") # }