install.packages("devtools")
devtools::install_github("akirocode/akshiny")
library(akshiny)
or install a specific immutable version (specific tag)
install.packages("devtools")
devtools::install_github("akirocode/akshiny@0.8.0")
library(akshiny)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.