Learn R Programming

MVN (version 6.2)

run_mvn_app: 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(...)

Value

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

Arguments

...

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

Examples

Run this code
if (FALSE) {
run_mvn_app()
}

Run the code above in your browser using DataLab