What are programming features of R?
From the below data-set, extract only those values where age>60 and sex=”f”.
Give examples of “select” and “filter” functions from “dplyr” package.
I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?
What are Generic Functions in R?
Explain the significance of transpose in r language
Why the stepaic()?
What is bootstrapping in r?
Explain how you can create a table in r without external file?
What is a loop in r?
Name some functions available in “dplyr” package.
What is the use of sink(), Library () and search() function?
What are the different packages in r?
What is median in r?
How do you build and evaluate a random forest in r?