Skip to content
Prev 173790 / 398503 Next

builtin vs. closure

On 15/03/2009 12:00 AM, Edna Bell wrote:
Closure is the normal type of function written in R code.  The other 
special types are built in to R; users can't create them except by 
modifying the R source code.  For details see the R Internals manual.

Duncan Murdoch