Monday, September 13, 2010

R Tip: Listing Loaded Packages

A friend recently asked how you list the packages currently loaded into R's workspace, as opposed to listing all available packages which is what library() does. The answer?
> (.packages())

11 comments: