ddotta / tablexlsx

R package to export data frames from R to xlsx workbook
https://ddotta.github.io/tablexlsx/
Other
16 stars 1 forks source link

Add a `groupsplit` argument to separate the data.frame in subtables #23

Closed JulienBlasco closed 5 months ago

JulienBlasco commented 7 months ago

Example usage

toxlsx(iris, path = tempdir(), groupsplit = "Species")

Desired output

(some rows are hidden) image