Revision e71c994d653adbe4d49f0fed4cb9d80ae22d8ce1 authored by Roger Koenker on 24 June 2012, 00:00:00 UTC, committed by Gabor Csardi on 24 June 2012, 00:00:00 UTC
1 parent ff94aa3
Raw File
FAQ.Rd
\name{FAQ}
\alias{FAQ}
\alias{ChangeLog}
\title{FAQ and ChangeLog  of a package}
\description{ Show the FAQ or ChangeLog of a specified package  }
\usage{
FAQ(pkg = "quantreg")
ChangeLog(pkg = "quantreg")
}
\arguments{
  \item{pkg}{ Package Name }
}
\details{
Assumes that the FAQ and/or ChangeLog files exist in the proper "inst" directory.
}
\value{
Has only the side effect of showing the files on the screen.  
}
\keyword{ documentation }
back to top