Learn R Programming

rrtable (version 0.1.0)

pptxListInput: UI of pptxList shiny module

Description

UI of pptxList shiny module

Usage

pptxListInput(id)

Arguments

id

A string

Examples

Run this code
# NOT RUN {
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)
}
# }

Run the code above in your browser using DataLab