inst/examples/rhandsontable_corr/ui.R

library(shiny)
library(rhandsontable)
library(metricsgraphics)

shinyUI(fluidPage(
  titlePanel("Stock Correlations"),
  helpText("Click a cell in the table to see a plot of the raw data."),
  fluidRow(
    column(4,
           rHandsontableOutput("hot")
    ),
    column(6,
           metricsgraphicsOutput("plot")
    )
  )
))
jrowen/rhandsontable documentation built on Dec. 11, 2021, 12:44 p.m.