Import specific columns into R using read table…

Import specific columns into R using read.table

test.import <- read.table(pipe("cut -f1,2,4 data.tab"))

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *