On SVN revision 41087:

?args has this example line:

args(c)            # -> NULL (c is a 'primitive' function)

The comment seems out of date, as args(c) does in fact have a non-NULL return 
value:

args(c)
# function (..., recursive = FALSE) 
# NULL

While at it, I was wondering, why

formals(c)

still returns NULL, in contrast.

Regards
Thomas Friedrichsmeier

Attachment: pgpjLrLL8eGiE.pgp
Description: PGP signature

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to