save_to_excel: Save a file to Excel

View source: R/utils-save-to-excel.R

save_to_excelR Documentation

Save a file to Excel

Description

Save a tibble/data.frame to an excel .xlsx file. The file will automatically with a save_dtime in the format of 20201109_132416 for November 11th, 2020 at 1:24:16PM.

Usage

save_to_excel(.data, .file_name)

Arguments

.data

The tibble/data.frame that you want to save as an .xlsx file.

.file_name

the name you want to give to the file.

Details

  • Requires a tibble/data.frame to be passed to it.

Value

A saved excel file

Author(s)

Steven P. Sanderson II, MPH

See Also

Other Utilities: opt_bin(), sql_left(), sql_mid(), sql_right()


healthyR documentation built on July 3, 2024, 5:08 p.m.