Displaying 1 result from an estimated 1 matches for "s_database".
Did you mean:
y_database
1998 Oct 23
1
conflicts() and masked()
...##-#- To: S-news <s-news@utstat.toronto.edu>
old <- search()
if(!missing(where)) {
if(missing(pos))
pos <- where
else stop("canot give both `pos' and `where' in the argument list")
}
value <- .Internal(attach.default(what, pos, name), "S_database")
if(exists("help.running", mode = "function") && help.running()) {
directory.dbs <- function(search.list)
{
## get names of directories on the search list
n <- length(search.list)
is.directory <- logical(n)
for(i in 1:n)
is.directory[i]...