The R Project SVN R

Rev

Rev 85990 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85990 Rev 87049
Line 129... Line 129...
129
      keys containing external pointers behave reasonably when
129
      keys containing external pointers behave reasonably when
130
      serialized and unserialized.
130
      serialized and unserialized.
131
  }
131
  }
132
 
132
 
133
  As an experimental feature, the element operator \code{[[} can also be
133
  As an experimental feature, the element operator \code{[[} can also be
134
  used get or set hash table entries, and \code{length} can be used to
134
  used to get or set hash table entries, and \code{length} can be used to
135
  obtain the number of entries. It is not yet clear whether this is a
135
  obtain the number of entries. It is not yet clear whether this is a
136
  good idea.
136
  good idea.
137
}
137
}
138
 
138
 
139
\examples{
139
\examples{