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)None
Other data-viewers:
view_excel(),
view_in(),
view_vd(),
view_vd_nonint()
# \donttest{
if (interactive()) {
library(misc)
mtcars %>%
tad_view()
}
# }