What is the use of sink(), Library () and search() function?
Answer Posted / 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 |
Post New Answer View All Answers