R/show_in_excel.R
show_in_excel.Rd
Write Dataframe to a temp excel file and open it.
show_in_excel(.data)
Dataframe
nothing
if (FALSE) { # interactive() # View a data set in excel mtcars |> show_in_excel() }