Creates and run the interface

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) {
 run_shinymixr(".")
}