I would like to export to a csv different iterations that I create in a Rscript.
I have one result (r1) then it will be export to 'MY_BOOK.CSV'
Then I have another result (r2) and it will be export to 'MY_BOOK.CSV'
I have the third result on my script (r3) and it will be export to 'MY_BOOK.CSV'
The result in 'MY_BOOK.CSV' will be:
R1 R2 R3
Like they will be insert through they appear, not delete them.
how is this possible in R?