R/tad_view.R
tad_view.Rd
tad_view() is an alternative to View() function when not using RStudio. Please, make sure you have tad installed in your system.
tad_view()
View()
tad_view(data)
a data.frame/tibble data format.
None
# \donttest{ if (interactive()) { library(misc) mtcars %>% tad_view() } # }