File: collisions.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{collisions}
\alias{collisions}
\title{Subset of the collision data}
\source{
\url{https://data.cityofnewyork.us/Public-Safety/NYPD-Motor-Vehicle-Collisions/h9gi-nx95}
}
\description{
Subset of the collision data from December 20. to December 31. 2018 from NYCD.
}
\details{
Each record represents a collision in NYC by city, borough, precinct and cross street.
}
\examples{

data(collisions)
aggr(collisions)

}
\keyword{datasets}