Save data frame(s) locally as an xlsx-file.

save_excel(..., excel_file = "miRetrieve_data.xlsx")

Arguments

...

Data frame(s) to save.

excel_file

String. File name that ... shall be saved to. Must end in ".xlsx".

Value

xlsx-file, locally saved.

Details

Saves data frame locally as an xlsx-file. If more than one data frame is provided, data frames are saved in an xlsx-file with one sheet per data frame.

Wrapper function of write.xlsx() from openxlsx.

See also

openxlsx::write.xlsx()

Other external data functions: read_pubmed_jats(), read_pubmed(), save_plot()