How R Commands are Written?
Answer / Kundan Kumar
R commands are written in lowercase letters separated by spaces or tabs. Special characters such as brackets, parentheses, and dots are used for specific purposes, like creating lists, calling functions, or accessing elements of data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a graphic device?
What is regular expression syntax?
Mention what does not ‘R’ language do?
How can you import data in r?
How many types of functions are there in R string manipulation?
What is the difference between the library() and require() functions in R language?
What makes a valid variable name in R?
What is the use of sink(), Library () and search() function?
What are packages in r?
Explain different types of objects present in R?
Name some functions available in “dplyr” package.
What are tools for debugging in r?