export_excel: Export data-frames as Microsoft Excel files

View source: R/export_excel.R

export_excelR Documentation

Export data-frames as Microsoft Excel files

Description

Export data-frames as Microsoft Excel files.

To name sheets, set x to a named list of data-frames.

Usage

export_excel(x, dirname, rpath)

Arguments

x

A data-frame, or named list of data-frames that will be sheets in the Excel file.

dirname

A directory above 1) the Excel file and 2) the R file.

rpath

Relative to dirname, path to the Excel file.

See Also

import_excel


zhaoy/zhaoy documentation built on Feb. 1, 2024, 7:50 p.m.