Skip to content
Prev 26579 / 63424 Next

namespace crash on S3method("as.ff",function)

On Mon, 5 Nov 2007, "Jens Oehlschl?gel" wrote:

            
You need to quote "function".  It falls under

   (Note that variable names may be quoted, and non-standard names such as
   @code{[<-.fractions} must be.)

since reserved words cannot be standard names.  But it could stand being 
spelt out in R-exts.

There are examples in package 'utils'.