check_format {mabacR}R Documentation

check_format()

Description

Verify if the database is correctly formatted

Usage

check_format(mabac_df, verbose = TRUE)

Arguments

mabac_df

The original dataset to be validated

verbose

Logical. If TRUE, messages about errors and warnings will be printed to the console.

Value

A list containing:

status

Logical, TRUE if the format is correct, FALSE if not.

message

A message providing details about any format issues.


[Package mabacR version 0.1.0 Index]