

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement would read file “foo.txt” ?$ |
A. | data <- read.table(“foo.txt”) |
B. | read.data <- read.table(“foo.txt”) |
C. | data <- read.data(“foo.txt”) |
D. | none of the mentioned |
Answer» B. read.data <- read.table(‚Äö√Ñ√∂‚àö√ë‚àö‚à´foo.txt‚Äö√Ñ√∂‚àö√ë‚àöœÄ) | |