From the below data-set, extract only those values where age>60 and sex=”f”.
Answer / Sudhir Saini
```Rnndata %>% filter(age > 60, sex == 'f') n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you convert a factor variable to numeric in r language?
What are the different components of grammar of graphics?
Write the syntax to set the path for current working directory in r environment?
Mention what does not ‘R’ language do?
What is Descriptive analysis in R?
Explain RStudio.
How would you create a new r6 class?
How many types of C/C++ preliminaries are present in R?
What is s4?
What is the difference between the data frame and a matrix in R?
How to call c function from r?
Why is R important for data science?