Text: Learn how to import data or copy data from excel (or other spreadsheets) into R using both comma-separated values and tab-delimited text file. You will learn how to use "read.csv", "read.delim" and "read.table" commands along with "file.choose", "header", and "sep" arguments.