ASCII Mocking Spongebob used by spongebobsay.

aSCIi mOckiNg SPOngEboB uSED bY spongebobsay.

ascii_spongebob(print = TRUE)

Arguments

print

a length-1 logical flag for whether to print output to console.

Value

a character string containing the ASCII art. Use cat to print with proper formatting.

A CHaRACtER stRINg cONtaINiNG ThE ASciI ARt. uSe cat TO prInT WiTH prOper FORmatTiNg.

See also

Examples

ascii_spongebob()
#> * #> * #> ----//------- #> \..C/--..--/ \ `A #> (@ ) ( @) \ \// |w #> \ \ \---/ #> HGGGGGGG \ /` #> V `---------`--' #> << << #> ### ###
art <- ascii_spongebob(print = FALSE) cat(art)
#> * #> * #> ----//------- #> \..C/--..--/ \ `A #> (@ ) ( @) \ \// |w #> \ \ \---/ #> HGGGGGGG \ /` #> V `---------`--' #> << << #> ### ###