Skip to contents

This is a wrapper for the rem() function. It is used to match Insight Maker's mod, which is the remainder operator.

Usage

a %REM% b

Arguments

a

Dividend

b

Divisor

Value

Remainder

See also

Other custom: contains_IM(), expit(), filter_IM(), indexof(), length_IM(), logistic(), logit(), mod(), rbool(), rdist(), rem(), round_IM(), shuffle(), substr_i()

Examples

-7 %REM% 3
#> [1] -1