Skip to contents

Save and Download a data.frame (CSV).

Usage

export_table(id, x, name, label = tr_("Download results"))

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

x

A reactive data.frame to be saved.

name

A character string specifying the name of the file (without extension and the leading dot).

label

A character string giving the label that should appear on the button.

Value

No return value, called for side effects.