Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 501 Bytes

R build status

shinydetails: useful components for Shiny apps

This package implements a module containing a tabset that is composed of dwo panels with plot and table.

Development version can be downloaded from Github:

if (!require(devtools)) {
  install.packages('devtools')
}
devtools::install_github("BioGenies/shinydetails")