adplus-dvertising
frame-decoration

Question

.rda extension used when saving data with function __________

a.

save()

b.

save.image()

c.

save and save.image functions

d.

serialize()

Posted under R Programming

Answer: (c).save and save.image functions

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. .rda extension used when saving data with function __________

Similar Questions

Discover Related MCQs

Q. .RData extension used when we save data using the functions ___________

Q. When you call serialize() on an R object, the output will be ____ coded in hexadecimal format.

Q. The benefit of the _____ function is that it is the only way to perfectly repressed an R object in an exportable format, without losing precision or any metadata.

Q. load() is used for _______

Q. readlines is used for ____________

Q. Individual R objects can be saved to a file using the _____ function.

Q. Point out the correct statement?

Q. Which of the following statement will load the objects to the file named “mydata.RData”?

Q. Point out the wrong statement?

Q. ________ opens a connection to a file compressed with gzip.

Q. Connections to text files can be created with the ________ function.

Q. Which of the following R code creates a connection to ‘foo.txt’?

Q. Which of the following code opens a connection to the file foo.txt, reads from it, and closes the connection when its done?

Q. Which of the following opens connection to gz-compressed text file?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Point out the wrong statement?

Q. Which of the following code represents internal representation of a Date object?