The valid_data_module function takes a path to a TDFF data module as
input parameter and checks its validity. In detail, the function checks
the data folder of each of the data module versions in path for
required data files and content.
valid_data_module(path)The function returns (invisibly) TRUE if the data module is valid,
or throws an error.