Returns the reference of a non-empty argument.
Checks whether the given argument is a named argument with the specified name. Please note that this only checks whether the name is exactly identical and not whether R's argument matching resolves to the correct argument. For this, please refer to the pMatch function!
Checks whether the given argument is a named argument.
Checks whether the given argument is a positional argument.
Checks whether the given argument is an unnamed argument (either positional or empty).
Readonlyname: "FunctionArgument"EmptyArgument - the marker for empty arguments
Helper functions to work with FunctionArguments.