MCQOPTIONS
Bookmark
Saved Bookmarks
→
R Programming
→
Commands in R Programming
→
Main way to read the data back in (parsing it) us..
1.
Main way to read the data back in (parsing it) using the function.
A.
dput()
B.
write()
C.
read()
D.
dget()
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
readlines is used for ____________
load() is used for _______
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.
When you call serialize() on an R object, the output will be ____ coded in hexadecimal format.
.RData extension used when we save data using the functions ___________
.rda extension used when saving data with function __________
If you have a lot of objects that you want to save to a file, we use ________ function.
If we want to save individual R objects to a file, we use the _______ function.
We can dump() R objects to a file by passing _____
Multiple objects can be de parsed at once and read back using function _____
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply