The R Project SVN R

Rev

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

\name{function}
\title{Function Definition}
\usage{
function( arglist ) expr
invisible(value)
return(value)
}
\alias{function}
\alias{invisible}
\alias{return}
\description{
These functions provide the base mechanisms for defining
new functions in the R language.
}