Skip to content

beginner Q: hashtable or dictionary?

1 message · Warnes, Gregory R

#
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}}