knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
The goal of andycat is to prove that andy can make a very simple R package
You can install andycat from github with:
# install.packages("devtools") devtools::install_github("lockhartandrewj/andycat")
This is a basic example which shows you how to srun the three functions in andycat:
andycat::dogs_over_cats() #> [1] "Woof woof!" andycat::hello() #> [1] "Hello, world!" andycat::cat_function() #> [1] "I love cats!"
```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.