lines = 'Primate Striate_Cortex Prestriate_Cortex Homo 2613 7838 Pongo 1876 2864 Cercopithecus 933 1334 Galago 78.9 40.8' con = textConnection( lines ) DF = read.table( con, header=TRUE ) close(con)