
Check if the user CSV file meets the requirements
validate_and_format_specimen_file.Rd
This function checks if the user CSV file meets specific upload requirements, including necessary columns and formatting checks. Errors will be thrown if requirements are not met.
Usage
validate_and_format_specimen_file(
user_file,
sample_type,
user_action,
file_column_attr,
bind_data = NULL
)