How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?



How will you combine multiple different string like “data”, “science”, &ldqu..

Answer / Pavanesh Tripathi

'paste(c(“data”, “science”, “in” ,“r”, “programming”), sep = “”)' will combine the given strings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What are co-relations in R?

1 Answers  


Explain RStudio.

1 Answers  


What are features of r functions?

1 Answers  


How to use sapply in r?

1 Answers  


Explain r graphics devices?

1 Answers  


How would you check the distribution of a categorical variable in r?

1 Answers  


What is the use of apply() in R?

1 Answers  


How would you extract one particular word from a string?

1 Answers  


Explain Disadvantages of R data visualization?

1 Answers  


What are functions of Random forest in R?

1 Answers  


What is reference class?

1 Answers  


Explain how to write files?

1 Answers  


Categories