print.CAshiny: Print the CAshiny results

View source: R/print.CAshiny.R

print.CAshinyR Documentation

Print the CAshiny results

Description

Print the CAshiny results i.e the R corresponding script

Usage

## S3 method for class 'CAshiny'
print(x,...)

Arguments

x

an object of class CAshiny

...

further arguments passed to or from other methods

Author(s)

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

See Also

CAshiny

Examples

## Not run: 
data(children)
res.shiny = CAshiny(children)
#click on the "Quit the app" button
print(res.shiny)

## End(Not run)

husson/Factoshiny documentation built on Sept. 19, 2023, 5:05 a.m.