Learn R Programming

spongebob (version 0.4.0)

ascii_spongebob: ASCII Spongebob : AsCIi sPOngEbob

Description

ASCII Mocking Spongebob used by spongebobsay.

aSCIi mOckiNg SPOngEboB uSED bY spongebobsay.

Usage

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

spongebobsay

Examples

Run this code
# NOT RUN {
ascii_spongebob()

art <- ascii_spongebob(print = FALSE)
cat(art)
# }

Run the code above in your browser using DataLab