Re-assigns a new value to an existing object in a loaded package.
# S3 method for default
reassignInPackage(name, pkgName, value, keepOld=TRUE, ...)
The name of the object to be replaced."
The name of the package where the object lives."
The new value to be assigned.
If TRUE
, the old value is kept as attribute
oldValue
in the new object.
Not used.
Returns (invisibly) the new object.
See assignInNamespace()
in getFromNamespace
.