show_in_excel: Write Dataframe to a temp excel file and open it.

View source: R/show_in_excel.R

show_in_excelR Documentation

Write Dataframe to a temp excel file and open it.

Description

Write Dataframe to a temp excel file and open it.

Usage

show_in_excel(.data)

Arguments

.data

Dataframe

Value

nothing

Examples


# View a data set in excel
mtcars |> show_in_excel()



tntp/tntpr documentation built on March 27, 2024, 6:26 p.m.