| Line 18... |
Line 18... |
| 18 |
\code{\link{save}} or \code{NULL} or an environment. See also
|
18 |
\code{\link{save}} or \code{NULL} or an environment. See also
|
| 19 |
\sQuote{Details}.}
|
19 |
\sQuote{Details}.}
|
| 20 |
\item{pos}{integer specifying position in \code{\link{search}()} where
|
20 |
\item{pos}{integer specifying position in \code{\link{search}()} where
|
| 21 |
to attach.}
|
21 |
to attach.}
|
| 22 |
\item{name}{name to use for the attached database. Names starting with
|
22 |
\item{name}{name to use for the attached database. Names starting with
|
| 23 |
\code{package:} are reserved for \code{\link{library}}.}
|
23 |
\samp{package:} are reserved for \code{\link{library}}.}
|
| 24 |
\item{warn.conflicts}{logical. If \code{TRUE}, \code{\link{message}()}s are
|
24 |
\item{warn.conflicts}{logical. If \code{TRUE}, \code{\link{message}()}s are
|
| 25 |
printed about \code{\link{conflicts}} from attaching the database,
|
25 |
printed about \code{\link{conflicts}} from attaching the database,
|
| 26 |
unless that database contains an object \code{.conflicts.OK}. A
|
26 |
unless that database contains an object \code{.conflicts.OK}. A
|
| 27 |
conflict is a function masking a function, or a non-function masking
|
27 |
conflict is a function masking a function, or a non-function masking
|
| 28 |
a non-function.
|
28 |
a non-function.
|