The R Project SVN R

Rev

Rev 2 | Rev 7324 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{nargs}
\title{The Number of Arguments to a Function}
\usage{nargs()}
\alias{nargs}
\description{
When used inside a function body,
\code{nargs} returns the number of
arguments supplied to that function.
}
\keyword{programming}