show_in_excel {tntpr} | R 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()
[Package tntpr version 1.0.3 Index]