addDataSet: Server side function for the UI used to add external...

Description Usage Arguments

View source: R/AddDatasetModule.R

Description

The sever function for the add dataset module used in PLETHEM. This function interacts with the server function of the PLETHEM model. It saves the dataset imported as a .RDS file in the project folder. It also adds the dataset reference to the project database for further use.

Usage

1
addDataSet(input, output, session, data_type)

Arguments

input

the input object from the add dataset module UI

output

the output object from the add dataset module UI

session

the shiny session information where the add dataset in called currently

data_type

the data_type returned by the module.


plethem documentation built on Nov. 8, 2020, 4:35 p.m.