These links show code for relatively simple situations of reading many identical dataset in to R (a couple SO examples can be found here and here).
For example, if I do a quick web search on “r read many datasets” I get at least 5 Stack Overflow posts (with answers) as well as several blog entries. What’s so hard about reading in many datasets?įor someone who is at least somewhat familiar with a programming language (e.g., SAS, Python, R), reading many datasets in and combining them into a single file might not seem like a big deal.