Skip to content

R interface to "Friends" Quotes API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Ryo-N7/centralperk

Repository files navigation

centralperk

License: MIT

R client for Melanie Seltzer’s “friends-quotes-api”. Inspired by {goodshirt} by Adam Gruer.

Installation

You can install the latest version of {centralperk} from Github with:

devtools::install_github("Ryo-N7/centralperk")

Example

Random quote:

library(centralperk)

centralperk()
#> 
#>  Pivot! Pivot! Pivot! Pivot! Pivot! 
#> 
#>  > Ross

Each main character:

monica()
#> 
#>  Guys can fake it? Unbelievable! The one thing that’s ours! 
#> 
#>  > Monica

joey()
#> 
#>  Yeah, that's right. I stepped up! She's my friend and she needed help. And if I have to I'd pee on any one of you. 
#> 
#>  > Joey

rachel()
#> 
#>  Just so you know, it's not that common, it doesn't happen to every guy, and it is a big deal! 
#> 
#>  > Rachel

phoebe()
#> 
#>  Phoebe. That's P, as in Phoebe, H as in hoebe, O as in oebe, E as in ebe, B as in bebe, and E as in 'Ello there mate. 
#> 
#>  > Phoebe

ross()
#> 
#>  Unagi. 
#> 
#>  > Ross

chandler()
#> 
#>  I'm not so good with the advice. Can I interest you in a sarcastic comment? 
#> 
#>  > Chandler

About

R interface to "Friends" Quotes API

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Languages