The R Project SVN R

Rev

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

Rev 70252 Rev 73341
Line 1... Line 1...
1
% File src/library/base/man/attach.Rd
1
% File src/library/base/man/attach.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2016 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{attach}
6
\name{attach}
7
\alias{attach}
7
\alias{attach}
8
\alias{.conflicts.OK}
8
\alias{.conflicts.OK}
9
 
9
 
10
\title{Attach Set of R Objects to Search Path}
10
\title{Attach Set of R Objects to Search Path}
11
\usage{
11
\usage{
12
attach(what, pos = 2L, name = deparse(substitute(what)),
12
attach(what, pos = 2L, name = deparse(substitute(what), backtick=FALSE),
13
       warn.conflicts = TRUE)
13
       warn.conflicts = TRUE)
14
}
14
}
15
\arguments{
15
\arguments{
16
  \item{what}{\sQuote{database}.  This can be a
16
  \item{what}{\sQuote{database}.  This can be a
17
    \code{data.frame} or a \code{list} or a \R data file created with
17
    \code{data.frame} or a \code{list} or a \R data file created with