Helper for as_numbered_labels()
.
Arguments
- x
An integer or other vector or a data.frame. An integer vector or integer column is used as the number that is converted based on the label style. If x is not an integer or data.frame with an integer column, the numbering is created based on
seq_along()
.- start
Starting number or value. Letters are supported if label style is "alph", "Alph", "alpha", or "Alpha" and Roman numerals are supported if label is "roman" or "Roman".
- labels
Label style. Options include "arabic", "alph", "Alph", "alpha", "Alpha", "roman", or "Roman".