inst/pptxList/app.R

library(shiny)
library(rrtable)
library(ggplot2)
library(moonBook)
library(shinybusy)

ui=fluidPage(
    pptxListInput("pptxlist")
)
server=function(input,output,session){

     mydf<-callModule(pptxList,"pptxlist")

}
shinyApp(ui,server)
cardiomoon/rrtable documentation built on March 14, 2023, 10:39 p.m.