knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Some shiny components
devtools::install_github("shunsambongi/shuny")
library(shuny) library(shiny) groupInput("group", placeholder = "Search for something...", right = groupButton( actionButton("search", "Search") ) ) groupInput("group2", left = groupAddon("@"), placeholder = "Username" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.