1.

__________ function is used for reading the .csv file in R language.(a) Write.csv()(b) Read.csv ()(c) Let.csv()(d) Table.csv()This question was addressed to me in semester exam.I'm obligated to ask this question of Functions in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

Correct option is (B) Read.csv ()

The best EXPLANATION: read.csv () function is used for reading the .csv file in R language. We will use the built in the read.csv() function call, which reads the DATA as the data frame, and assign the data frame to a variable.



Discussion

No Comment Found

Related InterviewSolutions