Skip to content
Prev 277429 / 398506 Next

Reading a specific column of a csv file in a loop

In the solution below, what is the advantage of using "0L".

 M0 <- read.csv("M1.csv", nrows = 1)[0L, ]

Thanks!

2011/11/8 Gabor Grothendieck <ggrothendieck at gmail.com>: