Save_LS_Excel | R Documentation |
Saves a list of data frames into an Excel file, with each list item as a separate sheet.
Save_LS_Excel(DFLS, file_path = "DE_results.xlsx")
DFLS |
A named list of data frames |
file_path |
File path for the output Excel file |
Saves an Excel file with multiple sheets.
save_de_results_to_excel(DEgeneLS, "DE_results.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.