The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 22... Line 22...
22
    by argument \code{all}) are searched.}
22
    by argument \code{all}) are searched.}
23
  \item{lib.loc}{a character vector of directory names of \R libraries,
23
  \item{lib.loc}{a character vector of directory names of \R libraries,
24
    or \code{NULL}.  The default value of \code{NULL} corresponds to all
24
    or \code{NULL}.  The default value of \code{NULL} corresponds to all
25
    libraries currently known.}
25
    libraries currently known.}
26
  \item{all}{logical; if \code{TRUE} search
26
  \item{all}{logical; if \code{TRUE} search
27
    all available packages in the library trees specified by \code{lib.loc}, 
27
    all available packages in the library trees specified by \code{lib.loc},
28
    and if \code{FALSE}, search only attached packages.}
28
    and if \code{FALSE}, search only attached packages.}
29
  \item{x}{Object of class \code{browseVignettes}.}
29
  \item{x}{Object of class \code{browseVignettes}.}
30
  \item{\dots}{Further arguments, ignored by the \code{print} method. }
30
  \item{\dots}{Further arguments, ignored by the \code{print} method. }
31
}
31
}
32
\details{
32
\details{