Skip to contents

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

runs the shinyMixR interface

Author

Richard Hooijmaijers

Examples


if (FALSE) { # \dontrun{
 run_shinymixr(".")
} # }