Learn R Programming

ICSShiny (version 0.5)

print.icsshiny: Prints the ICSshiny Results

Description

Prints an object of class icsshiny, typically the results of a call to ICSShiny. The output corresponds to the summary of operations.

Usage

# S3 method for icsshiny
print(x, ...)

Arguments

x

an object of class icsshiny.

...

further arguments to be passed to or from methods.

Author

Aurore Archimbaud and Joris May

See Also

ICSShiny

Examples

Run this code
if (FALSE) {
library(ICSShiny)
# ICS with Factoshiny:
res.shiny <- ICSshiny(iris)

# click on the "Close the session" button or close the tab
print(res.shiny)

}

Run the code above in your browser using DataLab