+.mldr                  Generates a new mldr object joining the rows in
                        the two mldrs given as input
==.mldr                 Checks if two mldr objects have the same
                        structure
[.mldr                  Filter rows in a'mldr' returning a new 'mldr'
birds                   birds
emotions                emotions
genbase                 genbase
mldr                    Creates an object representing a multilabel
                        dataset
mldrGUI                 Launches the web-based GUI for mldr
mldr_from_dataframe     Generates an mldr object from a data.frame and
                        a vector with label indices
mldr_transform          Transformns an MLDR into binary or multiclass
                        datasets
plot.mldr               Generates graphic representations of an mldr
                        object
print.mldr              Prints the mldr content
summary.mldr            Provides a summary of measures about the mldr
write_arff              Writes an 'mldr' object to a file
