Generate axis labels or col/label structures for plots
axis_labs(.spec, vars = NULL, .fun = axis_label, ...)
axis_col_labs(.spec, vars = NULL, ..., .fun = axis_label)
axis_label(x, .add_unit = TRUE, ...)
axis_asis(x)
a yspec object
a quosure or character vector; passed to tidyselect::vars_select
a function that forms the axis label data for
arguments passed to short()
a ycol object
if TRUE
, the unit is appended to the axis title
if it is found