Skip to contents

Save and Download several data.frame (Zip).

Usage

export_multiple(id, ..., name = "archive", label = tr_("Download results"))

Arguments

id

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

...

Further named arguments (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.