View source: R/cheers_checker.R
get_file_cheers_classifications | R Documentation |
For a provided filepath, identify the cheers classification tags and the function names that follow them.
get_file_cheers_classifications(
filename,
cheers_pattern,
function_pattern = "(\\s|=|-)function\\("
)
filename |
A string containing the filepath to the file to be checked |
cheers_pattern |
A string containing the roxygen tag for cheers which is used as an identifier |
function_pattern |
A string containing the pattern to identify functions |
A list containing the cheers tags and the function names that follow them
Other cheers:
get_folder_cheers_classifications()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.