Build Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

ddweek4pkg

The goal of ddweek4pkg is to Fatality Analysis Reporting System...

Installation

You can install ddweek4pkg from github with:

# install.packages("devtools")
devtools::install_github("dappaduppa/ddweek4pkg")

Example

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

## basic example code
library(ddweek4pkg)
library(magrittr)

fars_map_state(1,"2013")

fars_summarize_years(c("2013", "2014"))


dappaduppa/ddweek4pkg documentation built on May 26, 2019, 9:31 a.m.