run_shinymixr: Creates and run the interface

View source: R/run_shinymixr.r

run_shinymixrR Documentation

Creates and run the interface

Description

Creates and run the interface

Usage

run_shinymixr(wd = getwd(), ...)

Arguments

wd

character with the working directory

...

arguments passed to the shiny runApp function

Value

No return value, runs the shinyMixR interface

Author(s)

Richard Hooijmaijers

Examples


## Not run: 
 if (interactive()) run_shinymixr(".")

## End(Not run)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.