.BG
.FN detach
.TL
Detach a Data Directory from Search List
.CS
detach(what=2)
.AG what
character string, logical vector, or numeric subscripts.
If `what' is character, then it is the name
of the directory to be taken out of the search list.
If `what' is a logical vector, it should be the same length as the
current search list; any `TRUE' values correspond to directories
that are to be detached.
If `what' is numeric, it gives the positions of directories in the
search list to be detached.
.RT
old value of `.Search.list'.
.SE
changes the value of session object `.Search.list'.
.SA
`attach', `assign'.
.EX
detach("abc")
detach(what=3) #detach shared data directory
.KW data
.WR
