tad_view: Alternative data.frame viewer using tad

View source: R/tad_view.R

tad_viewR Documentation

Alternative data.frame viewer using tad

Description

tad_view() is an alternative to View() function when not using RStudio. Please, make sure you have tad installed in your system.

Usage

tad_view(data)

Arguments

data

a data.frame/tibble data format.

Value

None

Examples


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


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