Articles in the documentation category
-
match.arg()
The match.arg() function is a handy function to assert if the input to a function argument is one (or more) of a pre-defined set of options.
-
replace()
The replace() function can be used to replace selected elements in a vector with given values. But should you?