

   OObbjjeecctt AAttttrriibbuuttee LLiissttss

        attributes(obj)
        attributes(obj) <- list

   DDeessccrriippttiioonn::

        This function provides access to an object's attribute
        list.  The simple form above returns the an object's
        attribute list.  The assignment form makes the list on
        the right-hand side of the assignment, the object's
        attribute list.

   SSeeee AAllssoo::

        `attr'.

   EExxaammpplleess::

        # strip an objects attributes
        attributes(x) <- NULL

