pptxListInput: UI of pptxList shiny module

View source: R/pptxListInput.R

pptxListInputR 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)
}

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