What are R topical programming and statistical relevance?
Answer / Sachin Kumar Mourya
In R, both library() and require() are used to load packages. However, library() will load the package and add it to the search path so that you can use it without specifying the package name every time. On the other hand, require() only loads the package once and does not add it to the search path. If a package is not found, require() will produce an error, while library() will give a warning.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an arbitrary function in r?
What is Descriptive analysis in R?
What is the difference between a bar-chart and a histogram?
How would you measure correlation in r?
What is data import in r language?
What is the function in r?
What are fundamental principles of debugging?
How to request an input from the user through keyboard and monitor?
What is a motivation behind data visualization in R?
What is the use of abline() function?
Explain tcp/ip applications, services and protocols?
What are the different import functions in r?