Passer au contenu

This function reads a .csv file and checks whether it contains the minimum required columns to be considered a valid TopVigne file.

Utilisation

check_topvigne_csv(filepath)

Arguments

filepath

Path to the .csv file to check.

Valeur de retour

Logical. Returns TRUE if the file is valid. Stops execution with an error message otherwise.