save_excel {miRetrieve}R Documentation

Save data frame(s) as xlsx-file

Description

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

Usage

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()


[Package miRetrieve version 1.3.4 Index]