How do I list installed libraries and packages in Rstudio?
1. With Rstudio open, in the Console pane:
a. Enter "library()".
b. Source pane displays libraries and packages.
c. Packages pane displays libraries and packages.
For information on the best practices for setting library paths, see the article: Informational: Best Practices for Library Paths in RStudio
For information on the best practices for managing portable libraries, see the article: Informational: Best Practices for Managing Portable Libraries and Packages in Rstudio
For information on listing my project libraries, see the article: How-To: Rstudio: List Library Paths