https://github.com/cran/fBasics
Raw File
Tip revision: 9865929fcc4094ea06fd1cd4b518893daaadeb47 authored by Rmetrics Core Team on 28 September 2009, 00:00:00 UTC
version 2100.78
Tip revision: 9865929
listDescription.Rd
\name{listDescription}


\alias{listDescription}


\title{Description File Listing}


\description{

    Lists the content of a description file. 
    
}


\usage{
listDescription(package, character.only = FALSE)
}


\arguments{

    \item{package}{
        a literal character or character string denoting the name of the
        package to be listed.
    }
    \item{character.only}{
        a logical indicating whether 'package' can be
        assumed to be character strings.
    }
    
}


\value{

    prints the description file.

}


\seealso{
    
    \code{\link{listFunctions}},
    \code{\link{listIndex}}.
    
}


\examples{
## listDescription -
   listDescription("fBasics")
}


\keyword{programming}

back to top