print.mldr {mldr}R Documentation

Prints the mldr content

Description

Prints the mldr object data, including input attributs and output labels

Usage

## S3 method for class 'mldr'
print(x, ...)

Arguments

x

Object whose data are to be printed

...

Additional parameters to be given to print

See Also

mldr, summary.mldr

Examples


library(mldr)

emotions
print(emotions) # Same as above


[Package mldr version 0.4.3 Index]