README.md

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")
#> Colors cannot be applied in this environment :( Try using a terminal or RStudio.
#> 
#> 
#>  ----- 
#> Hello CATS from Alexandra! 
#>  ------ 
#>     \   
#>      \
#>      (   )
#>   (   ) (
#>    ) _   )
#>     ( \_
#>   _(_\ \)__
#>  (____\ ___)) [nosig]

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

hello()
#> Colors cannot be applied in this environment :( Try using a terminal or RStudio.
#> 
#> 
#>  ----- 
#> Hello world from Alexandra! 
#>  ------ 
#>     \   
#>      \
#>      _[_]_
#>       (")
#>   >--( : )--<
#>     (__:__) [nosig]
#> 


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