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

tad_view(data)

Arguments

data

a data.frame/tibble data format.

Value

None

Examples

if (FALSE) {
library(tidyverse)
mtcars %>%
  tad_view()
}