View source: R/view_in_spreadsheet.R
view_in_spreadsheet | R Documentation |
View a dataset with default spreadsheet, taken and slightly adapted from: https://twitter.com/brodriguesco/status/1447468259725434886?s=20
view_in_spreadsheet(.data)
.data |
a dataset |
nothing
mtcars |> view_in_spreadsheet() library(magrittr) mtcars %>% view_in_spreadsheet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.