Learn R Programming

i2dash (version 0.2.4)

embed_var: 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, ...)

Value

HTML code of a hyperlink containing the base64 encoded data.

Arguments

x

Data, which will be written to the embedded file.

...

Additional parameters.

Examples

Run this code
embed_var(mtcars)

Run the code above in your browser using DataLab