ganalytics (version 0.10.7)

.comparator-class: .comparator class.

Description

An S4 class to represent a condition's comparator operator.

Arguments

Slots

.Data

A length-one character string for a valid comparator symbol.

negated

A length-one logical of either TRUE or FALSE indicating whether the comparator is a negated comparator such as in the case of 'not equal to' !=.

Details

Set to "==" (exact match) by default.