view_in() is an alternative to View() function when not using
RStudio. To date, it works with gnumeric, libreoffice and tad.
view_in(data, viewer = c("libreoffice", "gnumeric", "tad"))None
Other data-viewers:
tad_view(),
view_excel(),
view_vd(),
view_vd_nonint()
# \donttest{
if (interactive()) {
library(misc)
mtcars %>%
view_in()
}
# }