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, ...)

Arguments

study

optional study to load

...

arguments to pass to shiny::runApp

Value

A study object created or edited by the app

Examples

if (FALSE)  s <- scivrs_app()