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

cardiomoon/rrtable documentation built on March 14, 2023, 10:39 p.m.