List the functions available in “dplyr” package?
Answer / Vandana Sharma
Some common functions in the dplyr package include `filter()`, `summarise()`, `group_by()`, `mutate()`, `arrange()`, and `select()`. These functions are used for data manipulation, filtering, aggregating, grouping, mutating, sorting, and selecting columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data structure in r?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
Give examples of “rbind()” and “cbind()” functions in r
Explain how to create a function in arguments using apply() in r?
Explain what is t-tests in r?
What is a dataframe in r?
How can you merge two data frames in R language?
What is a graphic device?
What are the rules to define a variable name in r programming language?
How R Commands are Written?
How can you save your data in R?
How do you check if “m” is a matrix data object in R?