README.md

fars

Travis Badge

Overview

This package is created as part of the assessment for the course Building R Packages on Coursera.

Installation

You can install rpkgtutorial from github with:

# install.packages("devtools")
devtools::install_github("yzhang3142/fars")

Example

This is a basic example which shows you how to solve a common problem:

fars_summarize_years(c(2013, 2014))

fars_map_state(4, 2013)

Evaluations



yzhang3142/rpkgtutorial documentation built on May 15, 2019, 5:04 a.m.