Skip to contents

This function reads a YAML file containing naming conventions and checks if a given file name adheres to these conventions.

Usage

check_naming_convention_from_yaml(x, yaml_file)

Arguments

x

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.

Value

A list of logical values indicating whether each naming convention is met by the file name.