Saved Bookmarks
| 1. |
Attributes of an object (if any) can be accessed using the ______ function.(a) objects()(b) attrib()(c) attributes()(d) obj() |
|
Answer» The correct choice is (c) attributes() Explanation: Not all R objects contain attributes, in which case the attributes() function returns NULL. |
|