The R Project SVN R

Rev

Rev 61853 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61853 Rev 62049
Line 1... Line 1...
1
% File src/library/base/man/detach.Rd
1
% File src/library/base/man/detach.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{detach}
6
\name{detach}
7
\alias{detach}
7
\alias{detach}
8
\title{Detach Objects from the Search Path}
8
\title{Detach Objects from the Search Path}
Line 28... Line 28...
28
    \code{\link{unloadNamespace}}: if the namespace is imported by
28
    \code{\link{unloadNamespace}}: if the namespace is imported by
29
    another namespace or \code{unload} is \code{FALSE}, no unloading
29
    another namespace or \code{unload} is \code{FALSE}, no unloading
30
    will occur.
30
    will occur.
31
  }
31
  }
32
  \item{character.only}{a logical indicating whether \code{name}
32
  \item{character.only}{a logical indicating whether \code{name}
33
    can be assumed to be character strings.}
33
    can be assumed to be a character string.}
34
  \item{force}{logical: should a package be detached even though other
34
  \item{force}{logical: should a package be detached even though other
35
    attached packages depend on it?}
35
    attached packages depend on it?}
36
}
36
}
37
\description{
37
\description{
38
  Detach a database, i.e., remove it from the \code{\link{search}()}
38
  Detach a database, i.e., remove it from the \code{\link{search}()}