Find a function in a file
find_function_in_file(function_name, file)
| function_name | name of the function |
|---|---|
| file | path to the file |
a tibble with two columns
# NOT RUN { find_function_in_file( function_name = "detect_na", file = system.file("R", "tibbles.R", package = "tricky") ) # }