Description Usage Arguments Value
The function that will look if something is contained in something if number of ingredients if too far (in percentage) from the number of ingredients in the recipe, is_contained don't count the containance. The percentage parameter is set to 0 by default for reasons you will understand after
1 | is_contained(v1, v2, percentage = 0)
|
v1 |
vector to be included in v2 |
v2 |
vector to contain v1 |
percentage |
percentage of v2 covered by the elements of v2 |
boolean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.