Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to add in R dictionary

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

sounds["cow"] <- "moo"

print(sounds)
Source by chryswoods.com #
 
PREVIOUS NEXT
Tagged: #add #R #dictionary
ADD COMMENT
Topic
Name
8+8 =