Description Usage Arguments Value Examples
Remove all the installed R packages from a specified library
1 | fresh_start(lib = .libPaths())
|
lib |
a character vector giving the library directories. Defaults to the first element in .libPaths() |
called for the side effect of removing all installed packages
1 2 3 4 5 6 7 8 | ## Not run:
# DANGER: THE FUNCTION REMOVES ALL THE PACKAGES
fresh_start()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.