Learn R Programming

Factoshiny (version 2.5)

print.HCPCshiny: Print the HCPCshiny results

Description

Print the HCPCshiny results i.e the R corresponding script

Usage

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

Arguments

x

an object of class HCPCshiny

...

further arguments passed to or from other methods

Author

Pauline Vaissie, Astrid Monge, Francois Husson paulinevaissie@gmail.com

See Also

HCPCshiny

Examples

Run this code
if (FALSE) {
data(decathlon)
res.shiny = HCPCshiny(decathlon)
#click on the "Quit the app" button
print(res.shiny)
}

Run the code above in your browser using DataLab