in Education by
_________ extract a subset of rows from a dataframe based on logical conditions. (a) rename (b) filter (c) set (d) subset I had been asked this question during an online exam. My question comes from dplyr topic in chapter R – Data Storage, Formats, Objects and Operations of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Correct choice is (a) rename For explanation I would say: rename is used to rename variables in a dataframe.

Related questions

0 votes
    _________ extract a subset of rows from a data frame based on logical conditions. (a) rename (b) filter ( ... Analysis of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    ____________ is one type of the simplest machine learning classification algorithms that is a subset of supervised ... R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    A __________ is a set of elements appearing in rows and columns where the elements are of the same mode whether ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I want to exclude specific participants from a DataFrame and create it from an existing DataFrame. I want a method ... worked for me. Select the correct answer from above options...
asked Jan 23, 2022 in Education by JackTerrance
0 votes
    To extract a sublist, we use _________ brackets. (a) Flower (b) Square (c) Double (d) Single This question ... and Out of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following return a subset of the columns of a data frame? (a) select (b) retrieve (c) ... and Operations of R Programming Select the correct answer from above options...
asked Feb 13, 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 similar to the existing subset() function in R but is quite a bit faster. (a) ... Operations of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following statement is another way to get a subset? (a) subsetcon(dataset,logical) (b) data ... of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Write a function to extract the first name in the string Mrs. Jake Luther ? (a) Substring (b) Substr ( ... Debugging of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    What is the function used to test objects (returns a logical operator) if they are NA? (a) is.na() ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    What is the function used to test objects (returns a logical operator) if they are NaN? (a) as.nan() ... Started of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    which of the following statement chose those objects meeting a logical criterion? (a) sub(dataset,logical) (b) ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Logical flag is applicable to which of the following plots? (a) scatterplot (b) dotplot (c) xyplot (d) ... Analysis of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following is the short form of Threshold logical unit? (a) THL (b) THU (c) TLU (d) ... Neural Networks of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
...