Skip to contents

This function conducts a series of validation checks on Micronix specimen data. The function will return any errors encountered during validation.

Usage

validate_micronix(user_data, action, file_type, database)

Arguments

user_data

A data frame containing specimen data to validate.

action

The action being performed, e.g. "upload" or "move".

database

The database connection or specification to use for validation.

Value

An ErrorDataList object containing validation errors, if any.