Skip to content
Prev 85546 / 398506 Next

beginner Q: hashtable or dictionary?

Standard R vectors and list elements can given names, and can be accessed by them.  This allows them to be used like the dictionaries or hashes of other languages.

For example
a 
1
foo 
"bar"
a     b     c   foo 
  "1"   "2"   "3" "bar" 

-Greg
----------------------------------------------------------------------
LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}