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 vector functions?
What is functional programming and memory issues in on the performance basis?
What is a white noise model and how can you simulate it using r?
What is the use of stringr package. Give some examples of the functions in stringr.
What are the components of r functions?
How many types of vectors are present in r?
What packages are used for data mining in r?
What is a motivation behind data visualization in R?
What are methods for character functions in R?
What are the different packages in r?
Give the command to check if the element 15 is present in vector x?
What is a file in r?