Question
How do I list the library paths that are being used in my project?
Answer
1. In Rstudio, in Console pane, enter ".libPaths()". Returns current configured library paths. When using the recommended Renv package, the first listed path should begin with "c:\Users\%username%\".
