Closed igordot closed 6 years ago
Yes put it into a named list: write_xlsx(list(first = iris, second = mtcars))
Oh wow! That was easy! Thanks!
FYI, in case anyone is as dumb as me, substitute the names you want for "first" "second" "third", etc. I made five tabs labeled "first", "second", "third"... Derp
I wish this was explained in the documentation.
Is it possible to specify the worksheet name with
write_xlsx
? Currently, it just names the sheet as "Sheet1".