inst/doc/njtr1.R

## ----setup, include=FALSE-----------------------------------------------------
library(njtr1)
set.seed(1000)

## ---- eval = FALSE------------------------------------------------------------
#  get_njtr1(year = 2019, type = "Accidents")

## ---- eval = FALSE------------------------------------------------------------
#  get_njtr1(year = 2019, type = "Drivers")

## ---- eval = FALSE------------------------------------------------------------
#  get_njtr1(year = 2019, type = "Vehicles")

## -----------------------------------------------------------------------------
data("insurance")
head(insurance)

## ---- eval = FALSE------------------------------------------------------------
#  get_njtr1(year = 2019, type = "Pedestrians")

## ---- eval = FALSE------------------------------------------------------------
#  get_njtr1(year = 2019, type = "Occupants")

Try the njtr1 package in your browser

Any scripts or data that you put into this service are public.

njtr1 documentation built on April 29, 2022, 1:06 a.m.