The shiny application is available at:
- shiny application
- ui.R
- server.R
The shiny app is organized in:
Tab 1 - Data preview
Tab 2 - Discover the data
Tab 3 - Interactive linear model
8/15/2019
The shiny application is available at:
- shiny application
- ui.R
- server.R
The shiny app is organized in:
Tab 1 - Data preview
Tab 2 - Discover the data
Tab 3 - Interactive linear model
An interactive table is available to the user by using the DT package in sever.R
:
library(shiny); library(DT) shinyServer(function(input, output) { `output$mytable = DT::renderDataTable({trees})