Skip to contents

Opens a Shiny app that allows users to generate a Shiny project template.

Usage

templateGenerator()

Value

Shiny Gadget including Data, Label info, Table 1, Regression(linear, logistic), Basic plots

Details

Shiny Gadget including Data, Label info, Table 1, Regression(linear, logistic), Basic plots

Examples

if (interactive()) {
  templateGenerator()
}