Give examples of “select” and “filter” functions from “dplyr” package.
Answer / Arunjeet Singh
The select() and filter() functions are used to manipulate dataframes in the dplyr package. Here are some examples: nn- `select(df, column1, column2)` : Selects only the specified columns from the dataframe df.n- `filter(df, condition)` : Filters the dataframe df based on a given condition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about confusion matrix in r?
What are the different components of grammar of graphics?
Name some functions available in “dplyr” package.
What do you understand by a workspace in r programming language?
Name the functions which help in importing data from other applications in R?
What is r’s c interface?
Name all control statements present in r?
What is a random walk model?
R programming language has several packages for data science which are meant to solve a specific problem, how do you decide which one to use?
How many types of data types are provided by R?
Explain RStudio.
What are useful s3 method functions?