download_ui: Download module

View source: R/download-module.R

download_uiR Documentation

Download module

Description

The module is constructed to allow creating multiple download buttons.

Usage

download_ui(id, label = "Download", n)

download_server(id, data, name, n, sep = ",")

Arguments

id

Namespace of the module.

label

On download button.

n

The number of download handles.

data

The output data.

name

Name of the output file.

sep

Determines the type of file , for a csv-file and \t for a tab- delimited text file.

Value

Shiny module.


MartinSchobben/shinymods documentation built on June 7, 2022, 4:38 p.m.