find_function_in_file: Find a function in a file

Description Usage Arguments Value Examples

Description

Find a function in a file

Usage

1
find_function_in_file(function_name, file)

Arguments

function_name

name of the function

file

path to the file

Value

a tibble with two columns

Examples

1
2
3
4
5
6
7
## Not run: 
find_function_in_file(
function_name = "detect_na",
file = system.file("R", "tibbles.R", package = "tricky")
)

## End(Not run)

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