/coa

Primary LanguageROtherNOASSERTION

Compound Assignments

r-cmd-check

Usage

This package provides compound assignment operators:

x <- 1
x %+=% 10
x
#> [1] 11