embed_var: A method to embed tabular data into an HTML link for...

View source: R/components.R

embed_varR Documentation

A method to embed tabular data into an HTML link for download.

Description

A method to embed tabular data into an HTML link for download.

Usage

embed_var(x, ...)

Arguments

x

Data, which will be written to the embedded file.

...

Additional parameters.

Value

HTML code of a hyperlink containing the base64 encoded data.

Examples

embed_var(mtcars)

i2dash documentation built on Sept. 8, 2023, 6:04 p.m.