View source: R/pptxListInput.R
pptxListInput | R Documentation |
UI of pptxList shiny module
pptxListInput(id)
id |
A string |
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) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.