What is apply() function in r?
Answer / Vijay Agrawal
The apply() function in R applies a given function along one, two or three dimensions of an array (matrix, data frame, list etc.). The function can be specified as any valid R function. This function simplifies the task of applying the same function to multiple elements of an array.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you facet the data using ggplot2 package?
How many methods are there to save graphs?
How can you load a .csv file in r?
Describe regex() in r string manipulation?
What are the different data structures in r?
Explain how to create a function in arguments using apply() in r?
Explain what is t-tests in r?
What are statistical features of R?
Why should you adopt R programming language?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
Name some functions available in “dplyr” package.
How to create axes in the graph?