We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
For example: https://ascii.co.uk/art/whale or a one-liner :
(__-){
Sorry, something went wrong.
No branches or pull requests
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:
So you could have a collection of whale ASCII art and phrases and combine both... just for fun!
The text was updated successfully, but these errors were encountered: