Skip to contents

[Experimental]

Usage

qview_app(max_upload_mb = 512, ...)

Arguments

max_upload_mb

Numeric. Maximum upload size per request, in megabytes. Q-View project files routinely exceed Shiny's 5 MB default; this argument bumps the limit for the duration of the running app and restores the previous value on exit. Default 512 MB.

...

Forwarded to shiny::runApp().

Value

Invoked for its side effect of running the app.

Details

Interactive front-end for read_qview(). Uploads a .Q-View file (and optionally an accompanying well-assignment template CSV), displays the parsed metadata, analytes, well groups, and replicate tables, and lets the user download the parsed result as xlsx, rds, or a zip of per-table CSV files.

Requires the shiny, bslib, and DT packages (listed under Suggests).

Examples

if (interactive()) {
  qview_app()
}