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
512MB.- ...
Forwarded to
shiny::runApp().
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()
}