reassignInPackage | R Documentation |
Re-assigns a new value to an existing object in a loaded package.
## Default S3 method:
reassignInPackage(name, pkgName, value, keepOld=TRUE, ...)
name |
The name of the object to be replaced." |
pkgName |
The name of the package where the object lives." |
value |
The new value to be assigned. |
keepOld |
If |
... |
Not used. |
Returns (invisibly) the new object.
Henrik Bengtsson
See assignInNamespace()
in getFromNamespace
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.