Skip to contents

Run the ShinyQDA application locally.

Usage

shinyQDA(
  qda_data_file = "ShinyQDA.sqlite",
  authenticate = !interactive(),
  enable_admin = TRUE,
  keep_token = TRUE,
  users_passphrase = "ShinyQDA",
  username = Sys.info()["user"],
  ...
)

Arguments

qda_data_file

file name to save results. See qda() for more information.

authenticate

use shinymanager::secure_app().

enable_admin

enable admin mode for shinymanager.

keep_token

Logical, keep the token used to authenticate in the URL, it allow to refresh the application in the browser, but careful the token can be shared between users.

users_passphrase

passphrase to pass to shinymanager.

username

if authenticate is FALSE this is the username used to run the app.

...

other parameters passed to shiny::runApp() and shiny::shinyApp().