# NOT RUN {
#bad response
bad.response(word = " ")
#good response
bad.response(word = "hello")
#make a good response bad
bad.response(word = "hello","hello")
#add additional bad responses
bad.response(word = "hello", c("hello","world"))
# }
Run the code above in your browser using DataLab