farsdata Package - A Coursera Project

This R package is submitted as the Week 4 final assignment for the "Building R Packages" course on Coursera, as part of the Johns Hopkins University "Mastering Software Development in R" specialization.

Date: 2018/05/10

Installation

To install this package to run on your system, please first install and load the devtools package. Then you may install and load this package thus:

install_github('MarkPados/buildingpackagefars')
library(buildingpackagefars)

Vignette

To get started, read the introduction vignette.

Databases of the package

f13path<-system.file("extdata", "accident_2013.csv.bz2", package = "buildingpackagefars") f14path<-system.file("extdata", "accident_2014.csv.bz2", package = "buildingpackagefars") f15path<-system.file("extdata", "accident_2015.csv.bz2", package = "buildingpackagefars") file.copy(from=c(f13path,f14path,f15path),to=getwd())

Trevis badge

Travis-CI Build Status



MarkPados/buildingpackagefars documentation built on May 10, 2019, 9:28 a.m.