knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(packlearn)
Picture this: you've just eaten some amazing food. It's so amazing you've lost the ability to express just how amazing it is in words. What do you do?
Well just fire up a computer, start R
, install this amazing package (using devtools::install_github("bogsnork/packlearn"))
, load the package with library(packlearn)
and... use the grreat
function with grreat(name = "awesome food")
and praise is generated for you!
Yes, any foodstuff you can think of. The only criterion is that it has a name that you can type.
It's true
OK, but hold tight.
Say you've just eaten beef...
grreat(food = "beef")
Then you had some pie...
grreat(food = "pie")
I'm not finished ...
grreat(food = "vegetarian pie")
We have catered for that ;-)
grreat(food = "rice")
Regrettably that functionality has not been enabled in the current version of the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.