export_table_xlsx: Export a table in the *.xlsx format

export_table_xlsxR Documentation

Export a table in the *.xlsx format

Description

This function is used to export tables into Microsoft Excel format. It is a wrapper for the function write.xlsx.

Usage

export_table_xlsx(table, file)

Arguments

table

a tibble or data.frame to be exported

file

a string of characters indicating the name file to create (with path and extension required)

Value

the table (but the return is invisible)

Examples

# See ?twinR


courtiol/twinR documentation built on July 11, 2024, 12:04 a.m.