Return Markdown format of Party Parrots
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()
Examples
party_md('parrot')
#> parrot
#> ""
party_md(c('parrot', 'sadparrot', 'zimbabweparrot'))
#> parrot
#> ""
#> sadparrot
#> ""
#> zimbabweparrot
#> ""