csvUploadServer: Server Function for CSV Upload Module

View source: R/csvUploadModule.R

csvUploadServerR Documentation

Server Function for CSV Upload Module

Description

This function defines the server logic for the CSV upload module.

Usage

csvUploadServer(id, vars_title = "Available Variables")

Arguments

id

A character string that matches the ID used in csvUploadUI.

vars_title

A character string for the title of the variables table.

Value

A reactive expression containing the uploaded data.

Examples

server <- function(input, output, session) {
  csvUploadServer("my_data", "My Variables")
}


mmints documentation built on April 3, 2025, 9:33 p.m.