find_function_in_project: Find function in the current RStudio project

Description Usage Arguments Value Examples

Description

Find function in the current RStudio project

Usage

1

Arguments

function_name

name of the project

files

type of files : "R" or "Rmd"

Value

a tibble with two columns

Examples

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)

blaquans/tricky documentation built on May 12, 2019, 9:29 p.m.