view_in | R Documentation |
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"))
data |
a data.frame/tibble data format. |
viewer |
character app to open the csv file. |
None
## Not run:
library(tidyverse)
mtcars %>%
view_in()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.