Skip to content
mitochondrion edited this page Aug 22, 2017 · 6 revisions

Read CSV

data <- read.csv("/Some/file.csv", header = TRUE)

Pick file:

data <- read.csv(file.choose(), header = TRUE)

Clone this wiki locally