README.md

FRP

Build Status

The goal of FRP is to demonstrate R package making proficiency.

Installation

You can install FRP from github with:

# install.packages("devtools")
devtools::install_github("yunching/FRP")

Example

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

#Reads data for years 2012 and 2013
fars_read_years(c(2012, 2013))


yunching/FRP documentation built on May 30, 2019, 8:40 a.m.