Re-assigns a new value to an existing object in a loaded package.
# S3 method for default
reassignInPackage(name, pkgName, value, keepOld=TRUE, ...)Returns (invisibly) the new object.
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.
Henrik Bengtsson
See assignInNamespace() in getFromNamespace.