What is control structure in R?
Answer / Anand Pratap Mishra
Control structures are the building blocks of conditional logic and loops in R programming. They include if-else statements, switch-case statements, for loops, while loops, and repeat loops.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some functions available in “dplyr” package.
Write the syntax to set the path for a current working directory in r environment?
What is the use of sink(), Library () and search() function?
What is the regular expression in R string manipulation?
Explain how data is aggregated in r?
Explain RStudio.
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
Given a vector of numbers, how would you turn the values into scientific notation?
What is JIT package?
How can you resample statistical tests in r language?
Explain how R commands are written?
Explain how R programming applied to the real world?