View source: R/utils-save-to-excel.R
save_to_excel | R Documentation |
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.
save_to_excel(.data, .file_name)
.data |
The tibble/data.frame that you want to save as an |
.file_name |
the name you want to give to the file. |
Requires a tibble/data.frame to be passed to it.
A saved excel file
Steven P. Sanderson II, MPH
Other Utilities:
opt_bin()
,
sql_left()
,
sql_mid()
,
sql_right()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.