view_in: Alternative data.frame viewer

View source: R/view_in.R

view_inR Documentation

Alternative data.frame viewer

Description

view_in() is an alternative to View() function when not using RStudio. To date, it works with gnumeric, libreoffice and tad.

Usage

view_in(data, viewer = c("libreoffice", "gnumeric", "tad"))

Arguments

data

a data.frame/tibble data format.

viewer

character app to open the csv file.

Value

None

Examples


if (interactive()) {
  library(misc)
  mtcars %>%
    view_in()
}


misc documentation built on April 8, 2026, 9:10 a.m.