1.

Which of the following code would read 100 rows ?

A. initial <- read.table(“datatable.txt”, nrows = 100)
B. tabAll <- read.table(“datatable.txt”, colClasses = classes)
C. initial <- read.table(“datatable.txt”, nrows = 99)
D. all of the mentioned
Answer» B. tabAll <- read.table(‚Äö√Ñ√∂‚àö√ë‚àö‚à´datatable.txt‚Äö√Ñ√∂‚àö√ë‚àöœÄ, colClasses = classes)


Discussion

No Comment Found