Skip to content

Conversation

@hughjonesd
Copy link

@hughjonesd hughjonesd commented Jun 14, 2022

This is really for fun, but I thought it might conceivably fit in the scales package. It converts values from integers to list items using a cute interface:

  • labels_itemized("(a)")(1:x) becomes (a), (b), (c), ...
  • labels_itemized("A")(1:x) becomes A, B, C, ...
  • labels_itemized("i.")(1:x) becomes i., ii., iii., ...

and so forth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant