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