View source: R/check_input_data_cocoso.R
check_input_data_cocoso | R Documentation |
Verify if the dataset to be submitted to cocoso function is correctly formatted.
check_input_data_cocoso(md_data)
md_data |
Must be a data frame with information about Criteria, Alternatives and Optimal Value. See example_cocoso. |
True if the dataset is correctly formatted and False otherwise.
data(example_cocoso)
check_input_data_cocoso(example_cocoso)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.