This function wraps to_any_case() from the snakecase
package with certain defaults for the sep_in and
sep_out arguments, used for instance to convert cases in
term_labels.
Arguments
- lab
Character vector that should be case converted.
- case
Desired target case. Labels will automatically converted into the specified character case. See
to_any_case()for more details on this argument.- verbose
Toggle warnings and messages on or off.
- ...
Further arguments passed down to
to_any_case(), likesep_inorsep_out.
