remove_package_from_all_libraries: Searches all libraries in .libPaths() and deletes the named...

View source: R/package_tools.R

remove_package_from_all_librariesR Documentation

Searches all libraries in .libPaths() and deletes the named package in all of them

Description

Searches all libraries in .libPaths() and deletes the named package in all of them

Usage

remove_package_from_all_libraries(package_name)

Arguments

package_name

name of the package to detach as string

Value

No return value.

Side effects

  • deletes the named package in all libraries


Benjamin-Vincent-Lab/housekeeping documentation built on July 29, 2024, 6:04 a.m.