R (programming language): Difference between revisions

Content deleted Content added
Clarified descriptions of the Oracle and IBM products
Clarified note 'a'.
Line 167:
</syntaxhighlight>
 
To load the functions, data, and documentation of a package, one executescalls the <code>library()</code> function. To load the tidyverse collection, one can execute the following code:{{efn|This code displays to [[Standard streams|standard error]] a listing of all the packages that ''the tidyverse'' collection depends upon. ItThe code may also display warnings showing namespace conflicts, which may typically be ignored.}}
<syntaxhighlight lang="rout">
> # The package name can be enclosed in quotes