Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following function is identical to read .table?

a) read.csv
b) read.data
c) read.tab
d) read.del

Answer: a
Explanation: The read.csv() function is identical to read.table except that some of the defaults are set differently (like the sep argument).

Join The Discussion