Articles in the documentation category

  1. 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.

  2. replace()

    The replace() function can be used to replace selected elements in a vector with given values. But should you?