view_excel: View data frame in Excel or other spreadsheet viewer

View source: R/view_in.R

view_excelR Documentation

View data frame in Excel or other spreadsheet viewer

Description

Opens a data frame in Microsoft Excel or another spreadsheet viewer. Also copies the data to the system clipboard.

Usage

view_excel(data, viewer = c("libreoffice", "gnumeric", "tad", "excel"))

Arguments

data

A data frame to view

viewer

The spreadsheet viewer to use. One of "libreoffice", "gnumeric", "tad", or "excel" (default)

Value

Returns nothing


kguidonimartins/misc documentation built on Dec. 20, 2024, 7:03 p.m.