Description Usage Arguments Value
This function writes an input table to an Excel file and returns its input (invisibly).
1 | write_xl(x, path)
|
x |
A data frame or tibble to write to an Excel file. |
path |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.