Skip to contents

This function validates the filename's separator usage and checks the filename against the naming conventions specified in a YAML file. It returns TRUE if all conventions are met, FALSE otherwise.

Usage

check_entire_naming_convention(filename, yaml_file, separator)

Arguments

filename

A character string representing the file name to check.

yaml_file

A character string representing the path to the YAML file containing the naming conventions.

separator

A character string specifying the separator used in the filename.

Value

A logical value indicating whether the filename adheres to all the naming conventions specified in the YAML file.