Skip to contents

This function takes in a data frame as argument and shows it in Microsoft Excel or any other spreadsheet program like OpenOffice.org. It can also be used with pipes. I found it on Twitter but forgot who tweeted it. If you know, let me know so that I can cite them.

Usage

show_in_excel(.data)

Arguments

.data

Data frame to show

Value

The function doesn't return any value (NULL).

Examples

show_in_excel(iris)