- The process of reading information from a file on your hard disk, and writing information to disk is known as File I/O
- Short for file input/output.
- Base R includes many functions implementing file i/o, so you can get your data off your disk, into R for analysis, and get the final results out of R for sharing.