knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

kmfars2

![Travis build status]

Travis build status

The goal of kmfars2 is to:

Installation

You CANNOT install the released version of kmfars2 from CRAN with:

``` {r eval=F} install.packages("kmfars2")

## Example

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

```r
library(kmfars2)
df2<-fars_summarize_years(c(2014,2015,2016))

External data

The package contains external data that can be used for testing. The data can be accessed by using the following code:

system.file("extdata", "accident_2013.csv.bz2", package = "kmfars2")
system.file("extdata", "accident_2014.csv.bz2", package = "kmfars2")
system.file("extdata", "accident_2015.csv.bz2", package = "kmfars2")


kostya75/kmfars2 documentation built on June 5, 2019, 5:14 p.m.