Skip to content
Prev 85679 / 398503 Next

Glossay of available R functions

On Thu, 2 Feb 2006, Patricia J. Hawkins wrote:

            
Those are misleading analogies (not least because C has an ISO standard 
giving all the functions/macros you can expect to find in C). It is like 
saying you want to know about libc and not libm, despite the latter being 
described in the ISO standard and in Harbison & Steele.
I would assume other people were able to express themselves accurately.
`Of course' is incorrect here.  Everything in R is in a package.
But (as I originally pointed out), that is not a correct interpretation of 
`basic'.  It might have been in R 1.8.0, but the 'base' package is now 
intended to support only some scripting operations (where speed is 
essential so it is minimal).  Unlike Python, R is not primarily a 
scripting language.

The analogue of the Python Standard Library is I think the standard 
packages.