inst/shiny/showcase/shinychord_dygraphs/global.R

library("shiny")
library("shinychord")

# Shinychords are created in global.R, so that the members of the
# shinychord list are created "together", and are available to
# ui.R and shiny.R.
#
# The id argument is used to help ensure uniqueness among the id's
# of the shiny inputs and outputs.
#
chord_dygraph <- ch_dygraph(id = "dyg")
ijlyttle/shinychord documentation built on May 18, 2019, 3:41 a.m.