Description Usage Arguments Details
Clean up a project and its associated R libraries.
1 | clean(project = NULL, confirm = interactive())
|
project |
The project directory. If |
confirm |
Boolean; prompt the user before taking any action? |
The following actions will be performed:
Leftover temporary directories in the project library will be removed.
Non-system packages installed in the system library will be removed.
Unused packages within the project will be removed.
Stale lockfiles (00LOCK-
) will be removed.
Packages within the cache that are no longer used will be removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.