match_maker,ANY-method {pbox} | R Documentation |
Method for match_maker
Description
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.
Usage
## S4 method for signature 'ANY'
match_maker(varSet, matches, data)
Arguments
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. |
Value
A modified version of 'varSet' that integrates conditions or values from 'matches'.
See Also
match_maker
for the generic function and additional details.
[Package pbox version 0.1.8 Index]