setAttribute {BBmisc} | R Documentation |
A wrapper for attr(x, which) = y
.
Description
A wrapper for attr(x, which) = y
.
Usage
setAttribute(x, which, value)
Arguments
x |
[any] |
which |
[ |
value |
[ |
Value
Changed object x
.
Examples
setAttribute(list(), "foo", 1)
[Package BBmisc version 1.13 Index]