Skip to content

Change the say.R function to accept alternative ASCII art ? #2

Description

@jrfep

Just a random idea on a Saturday morning:

What if you change the say.R function to accept a custom string for the ASCII art?

Something like:

say <- function(what, asciiArt=NULL){
 if (is.null(asciiArt)) {
  asciiArt <- whale...
 }
...
} 

So you could have a collection of whale ASCII art and phrases and combine both... just for fun!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions