in Education by
.rda extension used when saving data with function __________ (a) save() (b) save.image() (c) save and save.image functions (d) serialize() The question was asked in an online quiz. This question is from Textual Data Formats topic in division R – Data Storage, Formats, Objects and Operations of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct choice is (c) save and save.image functions The explanation is: Save is used for saving an arbitrary number of R objects with a binary format (possibly compressed) to a file. The output of dput() can also be saved directly to a file. Save.Image can be used mostly in R.

Related questions

0 votes
    .RData extension used when we save data using the functions ___________ (a) save() (b) save.image() (c ... Operations of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    __________ function takes various parameters like formula, data, subset, labels, etc. (a) Pears (b) Pairs (c ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    __________ function is used to watch for all available packages in library. (a) lib() (b) fun.lib() (c ... Started of R Programming Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    __________ function is used in applying a function each level of factors. (a) With() (b) By() (c) To ... and Debugging of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    __________ function is used for reading the .csv file in R language. (a) Write.csv() (b) Read.csv () ... and Debugging of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Function used for linear regression in R is __________ (a) lm(formula, data) (b) lr(formula, data) (c) ... Regression of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    __________ is used when you have variables that form rows instead of columns. (a) tidy() (b) spread() (c ... Analysis of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    __________ package is used to speed up data frame management code. (a) Data.table (b) Dplyr (c) Table ( ... Debugging of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    __________ is used for the analysis of air pollution data. (a) air (b) openair (c) opena (d) openara ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    R files has an extension ______ (a) .R (b) .S (c) .Rp (d) .c I got this question in quiz. ... and Getting Started of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    __________ prints out the function call stack after an error occurs. (a) trace() (b) traceback() (c) ... Debugging of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    The corresponding R function for the CDF is __________ (a) Dbinom (b) Pbinom (c) Cbinorm (d) Hbinorm I ... Networks of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    The empirical cumulative distribution function can be called as __________ (a) EMCDF (b) EDFC (c) ECDF (d) ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    The corresponding R function for the PMF is __________ (a) Trinom (b) Dbinorm (c) Dbinom (d) Fnorm The ... Networks of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    __________ is the easiest method for reshaping the data before analysis. (a) Transpose() (b) Structure() (c ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
...