JCPistell / colinreverser

a sample r package that reverses a string or number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colin Reverser

Travis-CI Build Status

Intro

This is a very minimal package for demonstrating R Package development for the CU business analytics program. It is comprised of a single function that reverses a string or number. You can find the associated series of videos here.

I recommend cloning this repo to follow along with the videos!

Package Installation

If you would like to install this package you can do so with devtools:

devtools::install_github("JCPistell/colinreverser")

About

a sample r package that reverses a string or number


Languages

Language:R 100.0%