Survey: what new bit of syntax would you like in base #RStats?
What should the following bits of syntax do?
* ===
* ++ And --
* +=
* //
* ?
* {{ }}
* [[[ ]]]
* <<==
* (?: X)
Survey: what new bit of syntax would you like in base #RStats?
What should the following bits of syntax do?
* ===
* ++ And --
* +=
* //
* ?
* {{ }}
* [[[ ]]]
* <<==
* (?: X)
@hadleywickham @coolbutuseless @jimhester Triple it for some added personality! `???` turns a boring conditional statement into one oozing with incredulity
x <- h > 3 ??? 1 : 2