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 is rmarkdown? What is the use of it?
What does not ‘r’ language do?
Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?
What is a factor? How would you create a factor in r?
Explain how to operate on lists in r?
How to compile and run code in R?
Why the stepaic()?
What is the purpose of using Next statement in R language?
Describe nchar() in r string manipulation?
What is principal component analysis and how can you create a pca model in r?
What is oop in r?
What is the power analysis?