In Python, we can write datasets by chunks with:
with mailjet_EMAILS.get_writer() as writer: writer.write_dataframe(df)
Is there the same capability in R ?