Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'default':
moveInSearchPath(from, to, where=c("before", "after"), ...)
from
argument.character
string specify where in relation to the
destination position the enviroment should be moved.NULL
.search
().# Make package 'utils' come behind 'datasets' in the search path
moveInSearchPath("package:utils", "package:datasets", where="after")
Run the code above in your browser using DataLab