R Package Cowsay
R fun package: cowsay 💃 📦
library(cowsay)
say("fortune", by = "cow")
## -----
## Can one be a good data analyst without being a half-good programmer? The short answer to that is, 'No.' The long answer to that is, 'No.'
## Frank Harrell
## 1999 S-PLUS User Conference, New Orleans
## October 1999
## ------
## \ ^__^
## \ (oo)\ ________
## (__)\ )\ /\
## ||------w|
## || ||
Similar in bash
$fortune | cowsay
________________________________
/ question = ( to ) ? be : ! be; \
| |
\ -- Wm. Shakespeare /
--------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Use howto
function.
say(paste("Q: How to use javascript emoji?\nA: ",
howto("javascript emoji", cutoff=0.1)[1,1]))
##
## --------------
Q: How to use javascript emoji?
A: Have some fun with JavaScript emoji library using the V8 R package.
## --------------
## \
## \
## \
## |\___/|
## ==) ^Y^ (==
## \ ^ /
## )=*=(
## / \
## | |
## /| | | |\
## \| | |_|/\
## jgs //_// ___/
## \_)
##
Enjoy Reading This Article?
Here are some more articles you might like to read next: