How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
132Post New R Programming Questions
What is a factor? How would you create a factor in r?
What is TCP/IP in R?
What is the tree in r?
How many types of C/C++ preliminaries are present in R?
Why we need data visualization in R?
How will you convert a factor variable to numeric in r language?
give examples of while and for loop in r.
Explain how to save graphs in R?
What is a white noise model?
Explain how to generate lists in r?
Explain how to operate on lists in r?
How can you simulate noise model using r?
From the below data-set, extract only those values where age>60 and sex=”f”.
Explain more functions in brief in r?
What are applications of recursion?