README.md

yoguRt

yoguRt is a R package for educating the general public on yogurt facts. This dumb package contains one function, yogurt(), with one purpose: To return an interesting yogurt fact. Why? Well, why not? The idea of this package came out of conversation with @udincer which we thought would be funny to implement.

Yogurt facts are currently sourced from here.

Improvements and new features will likely not be added, please contact me with any questions or concerns.

Installation

Use devtools to install yoguRt directly from GitHub.

# if(!require(devtools)) {install.packages(devtools)}
devtools::install_github("ShanSabri/yoguRt")

Usage

Return yogurt fact

library(yoguRt)
yogurt()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL-3.0



ShanSabri/yoguRt documentation built on May 30, 2019, 12:01 a.m.