# 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