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)

Try the rrtable package in your browser

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

rrtable documentation built on April 5, 2022, 9:08 a.m.