How do you rename a column named old_name to new_name in dplyr?
Select an option to see the answer and solution.
In dplyr, what is the purpose of the transmute() function?
Select an option to see the answer and solution.
How do you calculate the percentage of total sales for each category in dplyr?
Select an option to see the answer and solution.
What is the purpose of the pivot_longer() function in dplyr?
Select an option to see the answer and solution.
How do you filter rows where a specific variable is not equal to a given value using filter() in dplyr?
Select an option to see the answer and solution.
Which of the following is a plot to investigate the order in which observations were recorded?
Select an option to see the answer and solution.
Which of the following creates fluctuation plot?
Select an option to see the answer and solution.
How many functions exist for wrangling the data with dplyr package?
Select an option to see the answer and solution.
The profiler can be turned off by passing . . . . . . . . to Rprof().
Select an option to see the answer and solution.
Point out the wrong statement?
Select an option to see the answer and solution.
which of the following functions can be used to finely control the appearance of all lattice plots ?
Select an option to see the answer and solution.
. . . . . . . . function is used to simulate binary random variables.
Select an option to see the answer and solution.
. . . . . . . . display contours of a 3d surface in 2d.
Select an option to see the answer and solution.
. . . . . . . . modify a ggplot or theme object by adding on new components.
Select an option to see the answer and solution.
How many functions exist for tidying the data?
Select an option to see the answer and solution.
. . . . . . . . uses regex groups instead of a splitting pattern or position.
Select an option to see the answer and solution.
. . . . . . . . generate aesthetic mappings that describe how variables in the data.
Select an option to see the answer and solution.
If I want to save a plot to a PDF file, which of the following is a correct way of doing that?
Select an option to see the answer and solution.
Which of the following is an example of a vector graphics device in R?
Select an option to see the answer and solution.
You can time . . . . . . . . expressions by wrapping them in curly braces within the call to system.time().
Select an option to see the answer and solution.