1.

Individual R objects can be saved to a file using the _____ function.(a) save(b) put(c) save_image(d) getI have been asked this question by my college director while I was bunking the class.The doubt is from Connection Interfaces in portion R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Right option is (a) SAVE

To elaborate: The key FUNCTIONS for CONVERTING R objects into a BINARY format are save(), save.image(), and serialize().



Discussion

No Comment Found

Related InterviewSolutions