View source: R/mod_render_downloadable_dataframe.R
mod_render_downloadabledataframe_server | R Documentation |
Title
mod_render_downloadabledataframe_server(
id,
tabular_data_object,
basename,
rownames = FALSE,
colnames = TRUE,
filter = "top",
message_if_tabular_data_is_null = "Please select valid mutalisk files"
)
id |
shiny paramater |
tabular_data_object |
tabular data object (usually data.frame or data.table) |
basename |
name of downloaded file (flag) |
rownames |
download with rownames (flag) |
colnames |
download with colnames (flag) |
filter |
Position of filter search box: one of 'top', 'bottom' or 'none' (string) |
message_if_tabular_data_is_null |
message if tabular data is null (string) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.