| Evaluation-Function | R Documentation | 
This function is used to support joinBy and/or groupBy function parameter.
conds(default = c(""), full = c(""), exact = c(""))
| default | concatenation of string identifying a name of metadata attribute to be evaluated. It defines a DEFAULT evaluation of the input values. DEFAULT evaluation: the two attributes match if both end with value. | 
| full | concatenation of string identifying a name of metadata attribute to be evaluated. It defines a FULL (FULLNAME) evaluation of the input values. FULL evaluation: two attributes match if they both end with value and, if they have further prefixes, the two prefix sequences are identical. | 
| exact | concatenation of string identifying a name of metadata attribute to be evaluated. It defines a EXACT evaluation of the input values. EXACT evaluation: only attributes exactly as value match; no further prefixes are allowed. | 
list of 2-D array containing method of evaluation and metadata attribute name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.