write_xl: Write an Excel file

Description Usage Arguments Value

View source: R/write_xl.R

Description

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

Usage

1
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).


concatipede documentation built on Aug. 7, 2021, 1:05 a.m.