Search notes:

R: package

Loading packages

Packages are loaded into memory with library or require.
Loaded packages can be determined with
(.packages())
Packages are unloaded with detach.

See also

Some (imho) interesting R packages

Index