save_excel.RdSave data frame(s) locally as an xlsx-file.
save_excel(..., excel_file = "miRetrieve_data.xlsx")
| ... | Data frame(s) to save. |
|---|---|
| excel_file | String. File name that |
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()