rwispfromcsv | R Documentation |
File requirements: - Separated by comma or semicolon - Do not use thousands separator Example file in https://github.com/dioubernardo/rwisp/blob/main/inst/extdata/example.csv
rwispfromcsv(file)
file |
the name of the file |
list with 3 matrix, ui = ranking and the global ui, normalizedData = normalized data, utilities = utility values
result <- rwispfromcsv(system.file("extdata", "example.csv", package = "rwisp"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.