Description Usage Arguments Details Value Examples
Clean up a project and its associated R libraries.
1 |
project |
The project directory. If |
... |
Unused arguments, reserved for future expansion. If any arguments
are matched to |
prompt |
Boolean; prompt the user before taking any action? For backwards
compatibility, |
The following actions will be taken:
Stale lockfiles (00LOCK-
) will be removed.
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.
Packages within the cache that are no longer used will be removed.
The project directory, invisibly. Note that this function is normally called for its side effects.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.