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 packge only contains one function: cats().

Installation

You can install the development version from GitHub with:

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

Example

In the ## Example section, fill in some information with example calls to cats(). For example,

library(pets)

## if you like cats
cats(TRUE)

## if you don't like cats
cats(FALSE)


mfeddern/pets documentation built on Feb. 27, 2021, 12:37 a.m.