operator {muttest}R 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("+", "-")


[Package muttest version 0.1.0 Index]