You downloaded data files, or maybe you compiled them yourself. How will you get those data into R?
R offers built-in functions that let you access either delimited (where a certain character separates values) or fixed-width (where each column uses a certain number of characters) files. Like other popular statistical packages, R even supports its own data file format. Let’s explore some frequently-used functions.
Continue reading