inst/app/templates/plot_tab_template_empty.R

######################SPS #@tab_displayname@# tab######################
## creation date: #@crt_date@#
## Author: #@author@#

## UI for #@tab_id@#

#@tab_id@#UI <- function(id){
    ns <- NS(id)
    tagList(
        # write your own UI
    )
}

## server for #@tab_id@#

#@tab_id@#Server <- function(id, shared){
    module <- function(input, output, session){
        ns <- session$ns
        tab_id <- "#@tab_id@#"
        # write your own server
    }
    moduleServer(id, module)
}

Try the systemPipeShiny package in your browser

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

systemPipeShiny documentation built on March 16, 2021, 6:01 p.m.