Create a meta-study file interactively in a shiny app that runs locally in RStudio or your web browser (recommended). It does not connect to the web at all, so your data are completely private.
scivrs_app(study = NULL, ...)
optional study to load
arguments to pass to shiny::runApp
A study object created or edited by the app
if (FALSE) s <- scivrs_app()