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

## Not run: 
library(tidyverse)
mtcars %>%
  tad_view()

## End(Not run)

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