I am basically trying to produce a REALLY large dataset for testing purposes, and I have an example dataset with 600,000 rows.
I want to append this df to itself n times, how would I do this?
I could cbind it to itself multiple times manually, but there must be an automated way to do specify the number of times I want it to append to itself?