TADA_TableExport | R Documentation |
This function creates a data table that can be downloaded as a .csv, .xlsx or .pdf.
TADA_TableExport(.data = NULL)
.data |
A data frame |
A data table with multiple download options (.csv, .xlsx or .pdf).
## Not run:
# return ATTAINS parameter domain values
TADA_TableExport(rATTAINS::domain_values(domain_name = "ParameterName"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.