# NOT RUN {
# Get the definition of "hello"
define("hello") # Returns a 3 row data.frame
# Homonyms (words with >1 meaning)
define("bark") # Returns a 9 row data.frame
# Unknown words will return a 0 row data.frame and message
define("sdfsdfsdfsdfsdf")
# No definition found for sdfsdfsdfsdfsdf
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab