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

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