Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 581 Bytes

mzionShiny

Lifecycle: experimental

The package is the Shiny app of mzion.

Installation

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("qzhang503/mzionShiny")

Example

library(mzionShiny)
run_app()