mod_render_downloadabledataframe_server: Title

View source: R/mod_render_downloadable_dataframe.R

mod_render_downloadabledataframe_serverR Documentation

Title

Description

Title

Usage

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"
)

Arguments

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)


CCICB/CRUX documentation built on Jan. 28, 2024, 10:12 p.m.