R/forceDetach.R
forceDetach.Rd
Force detach unwanted packages loaded into the current environment.
forceDetach(keep = .packages())
character. Package names to keep attached in environment.
character
Invisible logical(1).
logical(1)
Bioconductor ensembldb will attach unwanted packages into the NAMESPACE, which can conflict with tidyverse packages (e.g. dplyr).
Updated 2022-05-20.
## > forceDetach()