Description Usage Arguments Details
View source: R/populateShinyApp.R
Adds the results of the study into a shiny app
| 1 2 3 4 5 6 7 | populateShinyApp(
  outputDirectory = "./ShinyApp",
  shinyDirectory,
  resultDirectory,
  minCellCount = 10,
  databaseName = "sharable name of development data"
)
 | 
| outputDirectory | Name of folder containing the shiny app | 
| shinyDirectory | Location of a template shiny app (with no data) | 
| resultDirectory | The location of the results from the study | 
| minCellCount | The minimum number of subjects contributing to a count before it can be included in the results. | 
| databaseName | A friendly name for the database | 
This function adds the results of the study into a shiny app ready for sharing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.