Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 3.9 KB

README.md

File metadata and controls

49 lines (33 loc) · 3.9 KB

parrot

Arguably, the biggest drawback in R is the inability to use party parrots. parrot tries to close that gap by providing a way to insert party parrots into the RStudio viewer and in documents. parrot provides functions to download gifs from https://cultofthepartyparrot.com/ and use them.

Installation

You can install the development version of parrot from GitHub with:

# install.packages("devtools")
devtools::install_github("christopherkenny/parrot")

Example

This is a basic example which shows you how to solve a common problem:

# load the library
library(parrot)

# set the option to use the cache
options(parrot.use_cache = TRUE)

# download the parrots
parrot_download()

# party
party('parrot')

For use in markdown directly, we can use inline R: