Learn R Programming

pbox (version 0.1.8)

match_maker,ANY-method: 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 ANY
match_maker(varSet, matches, data)

Value

A modified version of `varSet` that integrates conditions or values from `matches`.

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.

See Also

match_maker for the generic function and additional details.