save_excel: Save data frame(s) as xlsx-file

Description Usage Arguments Details Value See Also

View source: R/load_and_save_files.R

Description

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

Usage

1
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".

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.

Value

xlsx-file, locally saved.

See Also

openxlsx::write.xlsx()

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


JulFriedrich/miRetrieve documentation built on Sept. 20, 2021, 11:37 p.m.