powered by
Remove all the installed R packages from a specified library
fresh_start(lib = .libPaths())
a character vector giving the library directories. Defaults to the first element in .libPaths()
called for the side effect of removing all installed packages
# NOT RUN { # } # NOT RUN { # DANGER: THE FUNCTION REMOVES ALL THE PACKAGES fresh_start() # }
Run the code above in your browser using DataLab