View source: R/show-in-excel.R
show_in_excel | R Documentation |
Pipe a dataframe to an xlsx file and save it maybe.
show_in_excel(data)
data |
dataframe to show |
## Not run: mtcars %>% filter(am == 1) %>% show_in_excel() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.