Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

R dictionary

sounds <- c("cat"="meow", "dog"="woof", "horse"="neigh")

cat_sound <- sounds["cat"]

print(cat_sound)
Source by chryswoods.com #
 
PREVIOUS NEXT
Tagged: #R #dictionary
ADD COMMENT
Topic
Name
2+4 =