print.icsshiny | R Documentation |
Prints an object of class icsshiny, typically the results of a call to ICSShiny
. The output corresponds to the summary of operations.
## S3 method for class 'icsshiny'
print(x, ...)
x |
an object of class icsshiny. |
... |
further arguments to be passed to or from methods. |
Aurore Archimbaud and Joris May
ICSShiny
## Not run:
library(ICSShiny)
# ICS with Factoshiny:
res.shiny <- ICSshiny(iris)
# click on the "Close the session" button or close the tab
print(res.shiny)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.