Skip to content

list of loaded packages

3 messages · Laurent Faisnel, Uwe Ligges, François Le Lay

#
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:
?search

Uwe Ligges
#
On Wednesday 23 April 2003 10:55, Laurent Faisnel wrote:
(.packages())

++
Fanch