Nothing
### Not in Use
# ## UI
# core_rightUI <- function(id){
# ns <- NS(id)
# uiOutput(ns("right_bar"))
# }
#
# ## server
# core_rightServer <- function(id, shared){
# module <- function(input, output, session){
# ns <- session$ns
# }
# moduleServer(id, module)
# }
#
#
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.