Description Usage Examples
opent Excel en toont de data uit de dataframe. Handig voor grote dataframe's (100MB+).
1
toon_data_in_excel(df)
1 2 3 4 5 6 7
## Hieronder een voorbeeld library(datasets) data(mtcars) head(mtcars) toon_data_in_excel(df=mtcars)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.