____ is complimentary to tidyr
Which of the following produces box-and-whisker plots?
The __________ function is used to apply a function at each level of factors.
Which function calculates the count of each category of a categorical variable?
Which variable type is used for storing a number with a decimal point (such as 52.63)?
Explain the output
> x <- c("a", "b", "c", "c", "d", "a")
> x[c(1, 3, 4)]
The _________ function allows you to insert debugging code into specific places in a function.
The sort() function returns a vector of the same size as x with the elements arranged in increasing order.
We can use the dump() function in R to save R objects to a file by passing a character vector of their names.
Which of the following statements chooses the objects from a dataset that meet a logical criterion?