Skip to content
Prev 206212 / 398503 Next

How can I store the results

You could put all of your results into a single list, then just save the list.

Or, functions like write.table and write have an append argument, set that to true and the information will be appended to the file rather than overwriting it.