knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
toyr is a simple toy package created purely for educational purposes.
You can install the released version of toyr from CRAN with:
install.packages("toyr")
toyr provides a single function teddy() to return and optionally print a teddy bear ASCII art:
library(toyr) # Obtain a teddy bear ASCII art string and print it out cat(teddy(FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.