[Rd] ?attr: wrong parameter name (PR#8880)
prechelt at inf.fu-berlin.de
prechelt at inf.fu-berlin.de
Fri May 19 12:44:30 CEST 2006
Full_Name: Lutz Prechelt
Version: 2.2.1
OS: WinXP
Submission from: (NULL) (130.133.8.114)
?attr declares base:attr as
attr(x, which)
attr(x, which) <- value
The following text under "Value", however, says:
The first form first looks for an exact match
to 'code' amongst the attributed of 'x'
This has two errors:
- 'code' should be 'which'
- 'attributed' should be 'attributes'
Lutz
More information about the R-devel
mailing list