createDataTab {psichomics}R Documentation

Render a specific data tab (including data table and related interface)

Description

Render a specific data tab (including data table and related interface)

Usage

createDataTab(index, data, name, session, input, output)

Arguments

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

Value

NULL (function is only used to modify the Shiny session's state or internal variables)


[Package psichomics version 1.16.0 Index]