1.

The current user defined objects like lists, vectors, etc. is referred to as __________ in the R language.(a) Work names(b) Work space(c) Environment(d) ConsoleThe question was asked by my school teacher while I was bunking the class.My doubt stems from Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

The correct option is (a) WORK names

Explanation: The current R working environment of the user which has user DEFINED objects like lists, vectors, etc. is referred to as WORKSPACE in R LANGUAGE. The workspace of R is flexible to all functions of statistics.



Discussion

No Comment Found

Related InterviewSolutions