Read a single row from file in R
setwd("V:/health-data")
strokes <- read.csv("./stroke-incidence-rev1.csv")
strokes_dates <- strokes[1,]
Just another Yipp.ca Blogs site
setwd("V:/health-data")
strokes <- read.csv("./stroke-incidence-rev1.csv")
strokes_dates <- strokes[1,]
Recent Comments