| interact {lessR} | R Documentation | 
Run Interactive Shiny Data Visualizations
Description
Interactive data visualizations. Choose your data, choose your variables, and set the parameters as desired.
Usage
interact(app)
Arguments
app | 
 Name of the shiny app to run, enclosed in quotes.  | 
Details
Valid names are "BarChart", "PieChart", "Histogram", "ScatterPlot", "Trellis". If missing, then the valid names are listed. Valid abbreviations, respectively, are "bc", "pc", "hs", and "Plot".
Author(s)
David W. Gerbing (Portland State University; gerbing@pdx.edu)
Examples
# Commented out as the analyses are interactive
#interact()
#interact("BarChart")
[Package lessR version 4.3.6 Index]