What is a file in r?
Answer / Umesh Kumar Chourasia
A file in R is a container for data that can be read from or written to. Common file types used with R include .csv files, .txt files, and .R scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a function in R language to replace the missing value in a vector with the mean of that vector?
How to compile and run code in R?
What is the purpose of using Next statement in R language?
What are the advantages of R?
What is scan() in r?
How would you write a custom function in r? Give an example.
What is control structure in R?
What packages are used for data mining in r?
What is the random walk model in r?
What is a loop in r?
Explain the usage of which() function in r language?
What is recursive function in r?