README.md

geombeer

Lifecycle:
experimental License:
MIT

geombeer is a package that creates cool images of refreshing alcoholic beverages and yummy bar food. This was mainly built for my R Shiny app but I think anyone can enjoy this package. The ggplot2 package is used under the the hood to create these images.

What’s in the package so far?

Installation

You can install from GitHub with:

devtools::install_github("andr3wli/geombeer")

Example: geom_beer()

This is how you create a cold one in r

library(ggplot2)
library(geombeer)

ggplot() +
  geom_beer() +
  theme_void()

Example: geom_gin()

ggplot() +
  geom_gin() +
  theme_void()

Example: geom_hotdog()

ggplot() +
  geom_hotdog() +
  theme_void()

Acknowledgements

A huge thank you to Georgios Karamanis! He is the one who created the original hot dog and I modified his code to give it some friends. Georgios is super nice and I am grateful for his help and code.

Code of Conduct

Please note that the geombeer project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



andr3wli/geombeer documentation built on Dec. 31, 2020, 7:46 p.m.