knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures",
  out.width = "100%"
)

pets

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().

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("FISH497/pets")

Error reporting

If you find an error or bug, please file an issue.

Example

Here are two simple examples that allow you to express your feelings about cats:

```r library(pets)

if you like cats

cats(TRUE)

if you don't like cats

cats(FALSE) ``````



FISH497/pets documentation built on March 5, 2021, 2:09 p.m.