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 are Characteristics of R Hierarchical Clustering?
give examples of while and for loop in r.
Give an example of 'dreaded for loop'?
What is r vector?
Enlist some of the functions that r provides?
What are applications of Predictive analysis in R?
What do copy-on-change issues in r?
What is Preliminaries in R?
What is the regular expression in R string manipulation?
What is a loop in r?
Give examples of “rbind()” and “cbind()” functions in r
What is regular expression syntax?