shiny_mhqol | R Documentation |
shiny_mhqol
launches a Shiny interface for browser-based MHQoL calculations.
shiny_mhqol(display.mode = "normal")
display.mode |
The display mode to be passed to runApp. Default is "normal". |
This function starts the Shiny app for Mental Health Quality of Life (MHQoL) scoring, allowing users to interactively input data and calculate utility scores.
NULL (launches the Shiny app).
if(interactive()) {
shiny_mhqol()
shiny_mhqol(display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.