Skip to contents

Write Dataframe to a temp excel file and open it.

Usage

show_in_excel(.data)

Arguments

.data

Dataframe

Value

nothing

Examples

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

}