Revision 948ad5967298b4dc174f4d96511af60f38e9279e authored by Roger Koenker on 27 July 2019, 09:38:23 UTC, committed by cran-robot on 27 July 2019, 09:38:23 UTC
1 parent 2b3a85a
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