Get cheers classification tags from a given file
Source:R/cheers_checker.R
get_file_cheers_classifications.Rd
For a provided filepath, identify the cheers classification tags and the function names that follow them.
Usage
get_file_cheers_classifications(
filename,
cheers_pattern,
function_pattern = "(\\s|=|-)function\\("
)
See also
Other cheers:
get_folder_cheers_classifications()