swh:1:snp:a3b81a63bc885946c7e57d5f25f804425977c98d
Raw File
Tip revision: de888d3d89a7022314982fb84db6825413d28dc6 authored by Roger Koenker on 02 October 2020, 03:20:02 UTC
version 5.73
Tip revision: de888d3
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