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)
Value
A saved excel file
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.
Author
Steven P. Sanderson II, MPH
Details
Requires a tibble/data.frame to be passed to it.
See Also
Other Utilities:
opt_bin(),
sql_left(),
sql_mid(),
sql_right()