fruitsTab | R Documentation |
Server Function for the FRUITS Module / Tab
fruitsTab(
input,
output,
session,
isoMemoData = function() {
list(data = NULL, event = NULL)
},
isoDataExport = function() {
list(data = NULL, event = NULL)
}
)
input |
input |
output |
output |
session |
session |
isoMemoData |
data from IsoMemo App |
isoDataExport |
data to export to IsoMemo App |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.