bubble_tail | R Documentation |
Make the tail part of a thought bubble
bubble_tail(animal, thought_sym = "o")
bubble_tail2(max_char_length, thought_sym = "o")
animal |
(character) a string |
thought_sym |
(character) scalar character to use for the speech bubble tail (see https://en.wikipedia.org/wiki/Speech_balloon). default: "o" |
max_char_length |
(numeric) length of the maximum line. this is used
to determine how much whitespace padding to add to the left of
|
bubble_tail
uses the animal as input so that the tail is put
close to the top of the animal, whereas bubble_tail2
just puts the tail
about a 1/3 of the way from the left most character given the max
character length
Other bubble:
bubble_say()
bubble_tail(animal_fetch('chicken'))
cat(bubble_tail(animal_fetch('chicken')), sep = "\n")
cat(bubble_tail(animal_fetch('chicken')), sep = "\n")
cat(bubble_tail(animal_fetch('chicken'), "%"), sep = "\n")
bubble_tail2(59)
cat(bubble_tail2(59), sep = "\n")
cat(bubble_tail2(11), sep = "\n")
cat(bubble_tail2(11, "%"), sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.