Skip to contents

This function conducts database-related validation checks for Micronix specimen data. It initiates a database connection, then performs upload or move validations based on the action provided.

Usage

perform_micronix_db_validations(database, user_data, action, variable_colnames)

Arguments

database

The database connection or specification for validation.

user_data

The users data.

action

The action being performed, either "upload" or "move".

Value

A list containing validation errors, if any.