run_mvn_app: Launch the MVN Shiny application

View source: R/run_mvn_app.R

run_mvn_appR Documentation

Launch the MVN Shiny application

Description

Opens the interactive Shiny interface bundled with the package, allowing users to explore MVN's functionality without writing code.

Usage

run_mvn_app(...)

Arguments

...

Additional arguments passed to [shiny::runApp()], such as 'host' or 'port'.

Value

This function is called for its side effects of launching the Shiny application.

Examples

## Not run: 
run_mvn_app()

## End(Not run)


MVN documentation built on Nov. 6, 2025, 1:13 a.m.