1.

load() is used for _______(a) reading(b) loading(c) working(d) not existI got this question during an online exam.My doubt is from Textual Data Formats in chapter R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

The correct answer is (a) reading

Easiest EXPLANATION: Load is used for reading in saved workspaces. After installing the package it is important that you load it into your R session with the library() FUNCTION. you can load the DATA into R USING the readRDS() function.



Discussion

No Comment Found

Related InterviewSolutions