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

advancedr

The goal of advancedr is to provide several basic functions for working with the FARS data set.

Installation

You can install advancedr from github with:

# install.packages("devtools")
devtools::install_github("alexmjn/advancedr")

Example

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

## basic example code


alexmjn/advancedr documentation built on May 29, 2019, 5:57 p.m.