swh:1:snp:16c54c84bc54885e783d4424d714e5cc82f479a1
Raw File
Tip revision: ff94aa39c643db8e130ab6d9f2f3bff5d7f97cc8 authored by Roger Koenker on 13 April 2012, 00:00:00 UTC
version 4.79
Tip revision: ff94aa3
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