Specification of variables to consider while dropping rows.
If empty, consider all variables. Use bare variable names. Select all
variables between x and z with x:z, exclude y with -y.
For more options, see the select documentation.
See Also
drop_na_ for a version that uses regular evaluation
and is suitable for programming with.