inst/modules/ui.R

# This is the user-interface definition of a Shiny web application.
# You can find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com
#


shinyUI(fluidPage(
  rAmChartsTimeSeriesUI("ts_1"),
  rAmChartsTimeSeriesUI("ts_2"),
  amChartsOutput("am1"),
  amChartsOutput("am2"),
  amChartsOutput("am3"),
  amChartsOutput("am4")
))

Try the rAmCharts package in your browser

Any scripts or data that you put into this service are public.

rAmCharts documentation built on Sept. 30, 2022, 5:06 p.m.