match_maker,ANY-method | R Documentation |
This method implements the 'match_maker' function for handling specific types of 'varSet', 'matches', and 'data'. It modifies the 'varSet' based on 'matches' which can contain variable names and values to be matched or operations to be performed. It supports operations and direct value assignment.
## S4 method for signature 'ANY'
match_maker(varSet, matches, data)
varSet |
A data frame or list describing the variable set. |
matches |
A data frame describing the matches with variable names and corresponding values or operators. |
data |
A data frame representing the data to be queried. |
A modified version of 'varSet' that integrates conditions or values from 'matches'.
match_maker
for the generic function and additional details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.