# NOT RUN {
possibleEntries = c("today", "yesterday")
myEntry = "today"
# or try another entry which is different from "today":
# myEntry = readline("Enter any word (without quotes): ")
y = check_readline(x = myEntry, myletters = possibleEntries)
# }
Run the code above in your browser using DataLab