inst/corheatmap/server.R

library(shiny)
library(corheatmap)

shinyServer(function(input, output, session) {
  callModule(corHeatmap, "cor")
})
byandell/corheatmap documentation built on May 13, 2019, 9:27 a.m.