Learn R Programming

shinyMixR (version 0.5.3)

run_shinymixr: Creates and run the interface

Description

Creates and run the interface

Usage

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

Value

No return value, runs the shinyMixR interface

Arguments

wd

character with the working directory

...

arguments passed to the shiny runApp function

Author

Richard Hooijmaijers

Examples

Run this code

if (FALSE) {
 if (interactive()) run_shinymixr(".")
}

Run the code above in your browser using DataLab