Package 'parrot'

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-01 02:50:50 UTC
Source: https://github.com/christopherkenny/parrot

Help Index


List Available Gifs in Parrot Directory

Description

List Available Gifs in Parrot Directory

Usage

guest_list()

Value

character vector of available gifs

Examples

guest_list()

Download Party Parrots for Local Use

Description

Download Party Parrots for Local Use

Usage

parrot_download()

Value

character vector of paths to downloaded files, invisibly

Examples

parrot_download()

Parrot Download Directory Path

Description

Parrot Download Directory Path

Usage

parrot_download_dir()

Value

path to directory

Examples

parrot_download_dir()

Print a Party Parrot to the Viewer

Description

Print a Party Parrot to the Viewer

Usage

party(parrot, ..., height = 30)

Arguments

parrot

name of parrot gif

...

additional arguments to pass to htmltools::div()

height

height of the parrots. Default is 30. Larger may work well for HD parrots.

Value

HTML version of the parrot

Examples

party('parrot')
party(c('parrot', 'sadparrot', 'zimbabweparrot'))

Return HTML format of Party Parrots

Description

Return HTML format of Party Parrots

Usage

party_html(parrot, height = 30)

Arguments

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 htmltools::div()

Value

HTML div containing parrots

Examples

party_html('parrot')
party_html(c('parrot', 'sadparrot', 'zimbabweparrot'))

Return Markdown format of Party Parrots

Description

Return Markdown format of Party Parrots

Usage

party_md(parrot, height = 30)

Arguments

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 htmltools::div()

Value

HTML div containing parrots

Examples

party_md('parrot')
party_md(c('parrot', 'sadparrot', 'zimbabweparrot'))