Probably an easy question for most of you R-users : library() returns the list of available packages, but how is it possible to get the list of all loaded packages ? Laurent
Laurent Faisnel wrote:> Probably an easy question for most of you R-users : > library() returns the list of available packages, but how is it possible > to get the list of all loaded packages ? > > Laurent > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help?search Uwe Ligges
On Wednesday 23 April 2003 10:55, Laurent Faisnel wrote:> Probably an easy question for most of you R-users : > library() returns the list of available packages, but how is it possible > to get the list of all loaded packages ? > > Laurent(.packages()) ++ Fanch -- IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France T?l: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71