createDataTab {psichomics} | R Documentation |
Render a specific data tab (including data table and related interface)
createDataTab(index, data, name, session, input, output)
index |
Integer: index of the data to load |
data |
Data frame: data with everything to load |
name |
Character: name of the dataset |
session |
Shiny session |
input |
Shiny session input |
output |
Shiny session output |
NULL (this function is used to modify the Shiny session's state)