| interact | R Documentation |
Interactive data visualizations. Choose your data, choose your variables, and set the parameters as desired.
interact(app)
app |
Name of the shiny app to run, enclosed in quotes. |
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".
David W. Gerbing (Portland State University; gerbing@pdx.edu)
# Commented out as the analyses are interactive
#interact()
#interact("BarChart")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.