Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # library(base64enc)
- # library(bslib)
- # library(DBI)
- # library(plotly)
- # library(shiny)
- # library(shinythemes)
- # library(stringr)
- source("OldShinyUIFunction.R")
- # source("UpdatedShinyUIFunction.R")
- server <- function(input, output) {
- output$T1 <- renderPrint("RR Testing")
- }
- shinyApp(ui = ui, server = server)
Add Comment
Please, Sign In to add comment