write_xl {concatipede}R Documentation

Write an Excel file

Description

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

Usage

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


[Package concatipede version 1.0.1 Index]