Description Usage Arguments Details Value See Also
View source: R/load_and_save_files.R
Save data frame(s) locally as an xlsx-file.
1 | save_excel(..., excel_file = "miRetrieve_data.xlsx")
|
... |
Data frame(s) to save. |
excel_file |
String. File name that |
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.
xlsx-file, locally saved.
Other external data functions:
read_pubmed_jats()
,
read_pubmed()
,
save_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.