operator: Mutate an operator

View source: R/mutator-operator.R

operatorR Documentation

Mutate an operator

Description

It changes a binary operator to another one.

Usage

operator(from, to)

Arguments

from

The operator to be replaced.

to

The operator to replace with.

Examples

operator("==", "!=")
operator(">", "<")
operator("<", ">")
operator("+", "-")


muttest documentation built on June 8, 2025, 9:32 p.m.