Find a function in a file

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

# NOT RUN {
find_function_in_file(
function_name = "detect_na",
file = system.file("R", "tibbles.R", package = "tricky")
)
# }