run_shinymixr {shinyMixR}R 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)

[Package shinyMixR version 0.5.1 Index]