Save data frame(s) locally as an xlsx-file.
save_excel(..., excel_file = "miRetrieve_data.xlsx")Data frame(s) to save.
String. File name that ... shall
be saved to. Must end in ".xlsx".
xlsx-file, locally saved.
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.
Other external data functions:
read_pubmed_jats(),
read_pubmed(),
save_plot()