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.
Author
Steven P. Sanderson II, MPH