csvUploadUI: UI Function for CSV Upload Module

View source: R/csvUploadModule.R

csvUploadUIR Documentation

UI Function for CSV Upload Module

Description

This function creates the UI elements for the CSV upload module.

Usage

csvUploadUI(id)

Arguments

id

A character string that defines the namespace for the module.

Value

A list containing two elements:

  • input: The file input UI for uploading a CSV file.

  • output: The UI for displaying the variables table.

Examples

csvUploadUI("my_data")


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