Photos
Posts

In R language functions and datasets are all stored in packages. The content of a package is only available when a package is loaded using library() function. To see which R packages are installed, write the following command (without argument) > library() To load a particular installed package, use package name as the argument to the library() function, that is, [ 398 more words ]
http://rfaqs.com/introduction-to-r-packages

Posts