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)
A modified version of `varSet` with values updated based on `matches`.
A data frame or list describing the variable set.
A data frame describing the matches with potential additional control parameters.
A data frame representing the data to be queried.