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

mypackage

The goal of mypackage is to generate a talking animal!

Installation

You can install the released version of mypackage from github with:

devtools::install_github("AlexandraBurkitt/mypackage")

Example

This is a basic example which shows what happens when you input your own name:

library(mypackage)
## basic example code
hello("CATS")

Here is another example where no arguments are used to call the function:

hello()


AlexandraBurkitt/mypackage documentation built on May 8, 2019, 7:36 a.m.