print.mldr: Prints the mldr content

Description Usage Arguments See Also Examples

View source: R/generics.R

Description

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

Usage

1
2
## 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

1
2
3
4
library(mldr)

emotions
print(emotions) # Same as above

fcharte/mldr documentation built on Dec. 16, 2019, 12:56 p.m.