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

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)