Replies: 1 comment 1 reply
-
Don't really have an opinion. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to many
write_
functions in R, shouldwrite_xlsx()
returnfile
invisbly?This is an unlikely workflow imo, but it currently works
Edit: I tend to use a lot workflows like
Edit2: I guess you may do
write_xlsx(mtcars, file = "file.xlsx")$open()
, but it is openxlsx2-specific.Beta Was this translation helpful? Give feedback.
All reactions