What is the use of sink(), Library () and search() function?
Answer / Mahendra Pal Gautam
sink() is used to redirect output to a file instead of the console. Library() loads a library or package into your current R session. search() displays the list of directories where R searches for functions and packages.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create vectors in r?
Explain in brief preliminaries of C/C++?
What do you understand by element recycling in r?
Write a function in R language to replace the missing value in a vector with the mean of that vector?
What are r packages?
What is Descriptive analysis in R?
What is meant by ANOVA models in R?
Why the stepaic()?
What is the difference between the data frame and a matrix in R?
What is the use of subset() function and sample() function in R ?
What is an arbitrary function in r?
What is the difference between a bar-chart and a histogram?