Title: | Interact with Party Parrot Gifs |
---|---|
Description: | What the package does (one paragraph). |
Authors: | Tyler Simko [aut], Christopher T. Kenny [aut, cre] , Cory McCartan [aut] |
Maintainer: | Christopher T. Kenny <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-10-31 02:48:18 UTC |
Source: | https://github.com/christopherkenny/parrot |
List Available Gifs in Parrot Directory
guest_list()
guest_list()
character vector of available gifs
guest_list()
guest_list()
Download Party Parrots for Local Use
parrot_download()
parrot_download()
character vector of paths to downloaded files, invisibly
parrot_download()
parrot_download()
Parrot Download Directory Path
parrot_download_dir()
parrot_download_dir()
path to directory
parrot_download_dir()
parrot_download_dir()
Print a Party Parrot to the Viewer
party(parrot, ..., height = 30)
party(parrot, ..., height = 30)
parrot |
name of parrot gif |
... |
additional arguments to pass to |
height |
height of the parrots. Default is 30. Larger may work well for HD parrots. |
HTML version of the parrot
party('parrot') party(c('parrot', 'sadparrot', 'zimbabweparrot'))
party('parrot') party(c('parrot', 'sadparrot', 'zimbabweparrot'))
Return HTML format of Party Parrots
party_html(parrot, height = 30)
party_html(parrot, height = 30)
parrot |
name of parrot(s) gif |
height |
height of the parrots. Default is 30. Larger may work well for HD parrots. |
... |
additional arguments to pass to |
HTML div containing parrots
party_html('parrot') party_html(c('parrot', 'sadparrot', 'zimbabweparrot'))
party_html('parrot') party_html(c('parrot', 'sadparrot', 'zimbabweparrot'))
Return Markdown format of Party Parrots
party_md(parrot, height = 30)
party_md(parrot, height = 30)
parrot |
name of parrot(s) gif |
height |
height of the parrots. Default is 30. Larger may work well for HD parrots. |
... |
additional arguments to pass to |
HTML div containing parrots
party_md('parrot') party_md(c('parrot', 'sadparrot', 'zimbabweparrot'))
party_md('parrot') party_md(c('parrot', 'sadparrot', 'zimbabweparrot'))