check_input_data_cocoso: Verify if the dataset to be submitted to cocoso function is...

View source: R/check_input_data_cocoso.R

check_input_data_cocosoR Documentation

Verify if the dataset to be submitted to cocoso function is correctly formatted.

Description

Verify if the dataset to be submitted to cocoso function is correctly formatted.

Usage

check_input_data_cocoso(md_data)

Arguments

md_data

Must be a data frame with information about Criteria, Alternatives and Optimal Value. See example_cocoso.

Value

True if the dataset is correctly formatted and False otherwise.

Examples

data(example_cocoso)
check_input_data_cocoso(example_cocoso)

cocosoR documentation built on July 9, 2023, 6:36 p.m.