-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
65 lines (43 loc) · 1.22 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<center>
<img src="https://i.imgur.com/zhTAyaZ.jpg" style="display: block; margin: auto;" width = "450" />
</center>
# centralperk
<!-- badges: start -->
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- badges: end -->
R client for [Melanie Seltzer](https://github.com/melanieseltzer)'s ["friends-quotes-api"](https://friends-quotes-api.herokuapp.com/). Inspired by [{goodshirt}](https://github.com/adam-gruer/goodshirt) by [Adam Gruer](https://github.com/adam-gruer).
<center>
<img src="https://i.imgur.com/X7W62AE.gif" style="display: block; margin: auto;" width = "450" />
</center>
## Installation
You can install the latest version of {centralperk} from Github with:
``` r
devtools::install_github("Ryo-N7/centralperk")
```
## Example
Random quote:
```{r random-quote}
library(centralperk)
centralperk()
```
Each main character:
```{r characters-quotes}
monica()
joey()
rachel()
phoebe()
ross()
chandler()
```