Learn R Programming

tntpr (version 1.2.1)

show_in_excel: 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)

Value

nothing

Arguments

.data

Dataframe

Examples

Run this code
if (FALSE) { # interactive()
# View a data set in excel
mtcars |> show_in_excel()

}

Run the code above in your browser using DataLab