lines = 'Number_of_Games Number_of_Years 4 9 5 11 6 8 7 22' con = textConnection(lines) DF = read.table(con, header=TRUE) close(con)