moveInSearchPath | R Documentation |
Moves a environment in the search path to another position.
## Default S3 method:
moveInSearchPath(from, to, where=c("before", "after"), ...)
from |
An |
to |
The destination position like the |
where |
A |
... |
Not used. |
It is not possible to move the first environment in the search path, i.e. the so called global environment.
Returns (invisibly) the name of the environment moved, if it was
moved, otherwise NULL
.
Henrik Bengtsson
search
().
# Make package 'utils' come behind 'datasets' in the search path
moveInSearchPath("package:utils", "package:datasets", where="after")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.