Learn R Programming

mldr (version 0.4.3)

print.mldr: Prints the mldr content

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
library(mldr)

emotions
print(emotions) # Same as above

# }

Run the code above in your browser using DataLab