View source: R/helper_functions.R
lib.clean_libPaths | R Documentation |
Excludes all .libPaths
other then those needed for lib.load().
lib.clean_libPaths(lib_location = lib.location(), dry_run = FALSE)
lib_location |
The folder which contains the multiversion library. All directories in |
dry_run |
If TRUE, will not change the paths but will print the paths that would be removed by cleaning up the |
No return value, called for it's side effect of cleaning the .libPaths
by removing any non-multiversion library locations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.