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