print.CAshiny {Factoshiny} | R Documentation |
Print the CAshiny results i.e the R corresponding script
## S3 method for class 'CAshiny'
print(x,...)
x |
an object of class CAshiny |
... |
further arguments passed to or from other methods |
Pauline Vaissie, Astrid Monge, Francois Husson paulinevaissie@gmail.com
## Not run:
data(children)
res.shiny = CAshiny(children)
#click on the "Quit the app" button
print(res.shiny)
## End(Not run)