View source: R/helper_functions.R
lib.clean | R Documentation |
Clean up all un-tracked (not committed) installed libraries in the multiversion library. Will additionally also clean up the TEMP_install_location directory (this is an 'ignored' directory).
lib.clean(lib_location = lib.location(), clean_temp_lib = TRUE)
lib_location |
By default the library path returned by |
clean_temp_lib |
If true, will also run |
Since it involves a quite invasive operation, it asks for permission when being called in an interactive session.
Clean up all un-tracked (not committed) installed libraries in the multiversion library. Will additionally also clean up the TEMP_install_location directory (this is an 'ignored' directory). Will ask for permission when being called in an interactive session.
It will build the most likely installation directory based on the
lib_location
you provide. See lib.location_install_dir
. Which is <your lib>/TEMP_install_location
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.