Wednesday, August 12, 2015

open a file with R though browser

data <- read.delim( file.choose(), sep="\t");
head(data)
summary(data)

No comments:

Post a Comment