View source: R/cheers_checker.R
find_function_definitions | R Documentation |
Using utils::getParseData(), searches for function definitions by matching the FUNCTION keyword (i.e. "function") with it's associated SYMBOL (i.e the function name)
find_function_definitions(filename)
filename |
A string containing a path to an R source file |
A dataframe with interesting information
file_path <- assertHE_example("example_scripts/example_tricky_functions.R")
find_function_definitions(filename = file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.