Detaches animovement packages, removing them from the search path.
Usage
animovement_detach(
...,
unload = FALSE,
force = FALSE,
include.self = TRUE,
session = FALSE
)Arguments
- ...
comma-separated package names, quoted or unquoted, or vectors of package names. If left empty, all packages returned by
animovement_packagesare detached.- unload
logical.
TRUEalso unloads the packages usingdetach(name, unload = TRUE).- force
logical. should a animovement package be detached / unloaded even though other attached packages depend on it?
- include.self
logical.
TRUEalso includes theanimovementpackage - only applicable if...is left empty.- session
logical.
TRUEalso removes the packages fromoptions("animovement.extend"), so they will not be attached again withlibrary(animovement)in the current session. If...is left empty andinclude.self = TRUE, this will clear all animovement options set for the session.