knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures", out.width = "100%" )
The goal of pets is to provide a simple means for people to express their feelings about pets. At present, the package only contains one function: cats()
.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("FISH497/pets")
If you find an error or bug, please file an issue.
Here are two simple examples that allow you to express your feelings about cats:
```r library(pets)
cats(TRUE)
cats(FALSE) ``````
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.