Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to write dictionary in R

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

cat_sound <- sounds["cat"]

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