to_excel: Send a 'data.frame' to Excel

View source: R/to_excel.r

to_excelR Documentation

Send a data.frame to Excel

Description

This file will open a data.frame in a temporary Excel csv. It won't do anything in an automated script.

Usage

to_excel(.data)

Arguments

.data

a data.frame

Value

.data invisibly

Examples

## Not run: 
dplyr::storms %>% to_excel()

## End(Not run)

baslat/sak documentation built on April 14, 2025, 4:14 p.m.