Hi, this is just a little note to mention that using write_data() is not the approach used with openxlsx2. the write_*() functions may stop being exported in openxlsx2 at some point. (possibly a year from now)
Instead, we recommend using wb$add_data() or wb_add_data().
Hi, this is just a little note to mention that using
write_data()
is not the approach used with openxlsx2. thewrite_*()
functions may stop being exported in openxlsx2 at some point. (possibly a year from now)Instead, we recommend using
wb$add_data()
orwb_add_data()
.See https://janmarvin.github.io/openxlsx2/reference/wb_add_data.html.
In your example
In general