Description Usage Arguments Examples
This function extracts the flavours from a sentance and returns them with or without descriptions. The default returns just the words that are tastes, and if you set description to TRUE a data frame with word and explanation is returned.
1 | extract_flavour(charvec, description = FALSE)
|
charvec |
a sentance like: "The coffee has a smooth soft creamy taste" |
description |
FALSE or TRUE if you want the description of those words |
1 | extract_flavour("the nippy brew had a oily after taste with turpsy tones")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.