creating name badges/label cards using R

Is it possible to create name badges/label cards/business card using R?

I know one can make business cards using pagedown (https://github.com/rstudio/pagedown) but that seems to create a single card on the "page", whereas I am looking to create something similar to the Labels sheet that one can make in Word, so 10-20 labels/badges per page. Is there a package/mechanism for that?

thanks!

It should be feasible with pagedown, CSS/JavaScript (but not yet implemented in pagedown).
If you need to repeat a rectangular card, we can modify the business card template.
We also can do some fancy shapes with CSS if you prefer (https://css-tricks.com/the-shapes-of-css/)
We would be pleased to help you. Please, tell us by opening an issue on pagedown https://github.com/rstudio/pagedown/issues

1 Like

Thank you -- that is so kind of you. I will open the issue on pagedown at the link you specified. thanks again!

1 Like

For reference, this continue there

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.