This function writes an input table to an Excel file and returns its input (invisibly).

write_xl(x, path)

Arguments

x

A data frame or tibble to write to an Excel file.

path

The path to the Excel file to be written.

Value

The input table x, invisibly (so that the function can be part of a pipeline with the pipe operator).