https://github.com/eliocamp/fortunator
Endless fortunes!
https://github.com/eliocamp/fortunator
Last synced: about 1 year ago
JSON representation
Endless fortunes!
- Host: GitHub
- URL: https://github.com/eliocamp/fortunator
- Owner: eliocamp
- License: gpl-3.0
- Created: 2019-11-26T20:49:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T21:57:05.000Z (over 6 years ago)
- Last Synced: 2025-02-14T13:40:36.228Z (over 1 year ago)
- Language: R
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# fortunator
Have you already memorised all qutoes int the [fortunes](https://cran.r-project.org/web/packages/fortunes/index.html) package and you are hungry for more? fortunator is for you! Using our higly advanced AI™ and Machine Learning™ algorithm, we've developed a function that can create literally* infinite fortunes!
*figuratively
## Installation
You can install the latest, shiniest version of fortunator from [GitHub](https://github.com/) with:
``` r
devtools::install_github("eliocamp/fortunator")
```
## Example
Using fortunator couldn't be easier just load the library and start enjoying deep, thoughful quotes about your faviourite programming language!
```{r example}
library(fortunator)
fortunator(seed = 943)
fortunator(611)
fortunator(339)
```
If you want unreproducible wisdom, then you can omit the seed and be surprised every time!
```{r include=FALSE}
set.seed(123)
```
```{r}
fortunator()
```