pptxList {rrtable} | R Documentation |
Server function of pptxList shiny module
Description
Server function of pptxList shiny module
Usage
pptxList(
input,
output,
session,
data = reactive(""),
preprocessing = reactive("")
)
Arguments
input |
input |
output |
output |
session |
session |
data |
A data object |
preprocessing |
A character string of R code |
[Package rrtable version 0.3.0 Index]