How many types of data types are provided by R?
Answer / Anoop Dwivedi
R provides six basic data types: vectors, matrices, factors, arrays, data frames, and lists. Each type has specific attributes and methods associated with it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe regex() in r string manipulation?
give examples of while and for loop in r.
What are debuggers and debugging techniques in R?
Write the syntax to set the path for a current working directory in r environment?
What is the difference between the data frame and a matrix in R?
How to call c function from r?
What are the data types in r on which binary operators can be applied?
Name the functions which help in importing data from other applications in R?
Explain if control statements in r?
What is the use of sink(), Library () and search() function?
How will you measure the probability of a binary response variable in r language?
Explain What is R?