Search {SOAR} | R Documentation |
Slightly enhanced display of the search path
Description
Produces an object which, when printed, shows each entry on the search
path, together with the enclosing directory, or lib.loc
, where
the entry is a package or similar.
Usage
Search(abbrev = FALSE)
Arguments
abbrev |
If the
|
Details
Provides a way to distinguish between multiple entries on the search
path with the same name, by showing their lib.loc
directories, if
any.
Value
A two-column character matrix with the first column showing the names of
the entries on the search path and the second their lib.loc
directories, where applicable. The printed matrix will have quotes
suppressed with noquote
.
Note
May be independently useful outside the ASOR
package.
Author(s)
Bill Venables
References
None
See Also
Examples
Search()