Description Usage Arguments Value Examples
Find function in the current RStudio project
| 1 | 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
| 1 2 3 4 5 | ## Not run: 
find_function_in_project(function_name = "detect_na", file = "Rmd")
find_function_in_project(function_name = "detect_na", file = "R")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.