README.md

andycat

The goal of andycat is to prove that andy can make a very simple R package

Installation

You can install andycat from github with:

# install.packages("devtools")
devtools::install_github("lockhartandrewj/andycat")

Example

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!"

```



lockhartandrewj/andycat documentation built on June 23, 2019, 12:04 a.m.