View source: R/pathway-clustering-functions.R
add_table_to_workbook | R Documentation |
This function adds an annotated pathways table to an Excel workbook with appropriate formatting and styles.
add_table_to_workbook(annot_table, wb, sheet_name, tab_color)
annot_table |
A data.frame or data.table with the annotated pathways data. |
wb |
A workbook object created by |
sheet_name |
A character string specifying the worksheet name. |
tab_color |
A character string representing the hex color code for the worksheet tab. |
This function does not return a value; it modifies the workbook object in place.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.