This function writes an input table to an Excel file and returns its input (invisibly).
write_xl(x, path)A data frame or tibble to write to an Excel file.
The path to the Excel file to be written.
The input table x, invisibly (so that the function can be part of a pipeline with the pipe operator).