Package: njtr1
Title: Download, Analyze & Clean New Jersey Car Crash Data
Version: 0.2.0
Authors@R: 
    person(given = "Gavin",
           family = "Rozzi",
           role = c("aut", "cre"),
           email = "gr@gavinrozzi.com",
           comment = c(ORCID = "0000-0002-9969-8175"))
Description: Download and analyze motor vehicle crash data released by the New Jersey Department of Transportation (NJDOT).
  The data in this package is collected through the filing of NJTR-1 form by police officers, which provide a standardized way of documenting a motor vehicle crash that occurred in New Jersey.
  3 different data tables containing data on crashes, vehicles & pedestrians released from 2001 to the present can be downloaded & cleaned using this package.
License: GPL-3
Encoding: UTF-8
URL: https://gavinrozzi.github.io/njtr1/,
        https://github.com/gavinrozzi/njtr1/,
        https://www.gavinrozzi.com/project/njtr1/
BugReports: https://github.com/gavinrozzi/njtr1/issues/
LazyData: true
Imports: lubridate, httr, curl
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, markdown
RoxygenNote: 7.1.1
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2021-04-20 20:58:36 UTC; gavinrozzi
Author: Gavin Rozzi [aut, cre] (<https://orcid.org/0000-0002-9969-8175>)
Maintainer: Gavin Rozzi <gr@gavinrozzi.com>
Repository: CRAN
Date/Publication: 2021-04-20 23:00:07 UTC
