view: Alternative to View that uses openXL

View source: R/view.R

viewR Documentation

Alternative to View that uses openXL

Description

Alternative to View that invokes a spreasheet viewer on openxlsx's writeData handled objects.

Usage

view(..., freezePane = TRUE, autoColWidth = TRUE)

Arguments

...

writeData handled objects

freezePane

apply freezePane at 'A2', for each sheet?

autoColWidth

apply auto column widths to all sheets?

Examples

## Not run: 

view(Indometh, iris)

## End(Not run)

lbraglia/lbmisc documentation built on April 29, 2024, 11:27 a.m.