pptxListInput {rrtable} | R Documentation |
UI of pptxList shiny module
Description
UI of pptxList shiny module
Usage
pptxListInput(id)
Arguments
id |
A string |
Examples
library(shiny)
library(ggplot2)
library(editData)
library(moonBook)
library(readr)
if(interactive()){
ui=fluidPage(
pptxListInput("pptxlist")
)
server=function(input,output,session){
mydf=callModule(pptxList,"pptxlist")
}
shinyApp(ui,server)
}
[Package rrtable version 0.3.0 Index]