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