mitchelloharawild / icons

R package to easily insert web icons to RMarkdown
https://pkg.mitchelloharawild.com/icons
313 stars 43 forks source link

Add geom_icon() #39

Open mitchelloharawild opened 4 years ago

mitchelloharawild commented 4 years ago

This can likely be integrated with the {ggicon} package.

mitchelloharawild commented 3 years ago

Am I imagining a package that never existed? I can't seem to find a {ggicon} package anywhere? If that's the case, writing a small companion package for ggplot2 support would be a nice addition.

BerriJ commented 3 years ago

There is https://github.com/dill/emoGG did you think of this one?

mitchelloharawild commented 3 years ago

I think I must have imagined a mix of https://github.com/PatrickRobotham/ggicons and https://github.com/GuangchuangYu/ggimage, but https://github.com/dill/emoGG also looks good.

Once the icons are vectorised (#32) for display in tables, it should be easy to also add a ggplot2 extension.

mitchelloharawild commented 3 years ago

I have created https://github.com/mitchelloharawild/ggicon to sit on the package name for now. Once #32 is implemented, the ggicon package will be written.