match_maker | R Documentation |
This function defines a generic function for creating a query vector to explore the probabilistic space based on provided matches and data. It is used internally to handle different types of inputs efficiently.
match_maker(varSet, matches, data)
varSet |
A data frame or list describing the variable set. |
matches |
A data frame describing the matches with potential additional control parameters. |
data |
A data frame representing the data to be queried. |
A modified version of 'varSet' with values updated based on 'matches'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.