How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
Answer / Pavanesh Tripathi
'paste(c(“data”, “science”, “in” ,“r”, “programming”), sep = “”)' will combine the given strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are co-relations in R?
Explain RStudio.
What are features of r functions?
How to use sapply in r?
Explain r graphics devices?
How would you check the distribution of a categorical variable in r?
What is the use of apply() in R?
How would you extract one particular word from a string?
Explain Disadvantages of R data visualization?
What are functions of Random forest in R?
What is reference class?
Explain how to write files?