Running shiny app with lassopmm analysis is very simple. All you need is to install lassopmm
package and run function that launches the shiny app.
To install the package, use development version from Github:
# install.packages("devtools") devtools::install_github("EBukin/lassopmm")
To launch the app, use comand lassopmm::lassopmm_app()
.
lassopmm::lassopmm_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.