weave_label_case: Set a label case function
Description
Set a function to format the label of unlabelled variables.
Usage
weave_label_case(label_case = snakecase::to_sentence_case, ...)
Arguments
- label_case
A function to apply to a unspecified/unlabelled x_label
, y_label
, col_label
etc. Defaults to snakecase::to_sentence_case
.
- ...
Provided to require argument naming, support trailing commas etc.