-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dataset 'road_safety_greater_manchester'
- Loading branch information
1 parent
b202bd8
commit 87fe0c7
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ Encoding: UTF-8 | |
LazyData: true | ||
LinkingTo: | ||
Rcpp | ||
Depends: | ||
R (>= 3.0) | ||
Imports: | ||
Rcpp, | ||
magrittr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#' road safety greater manchester | ||
#' | ||
#' Personal injury road accidents in greater manchester from 1979 | ||
#' | ||
#' @format a matrix with 3110 rows and 2 columns: | ||
#' \describe{ | ||
#' \item{lat}{latitude} | ||
#' \item{lng}{longitude} | ||
#' } | ||
#' | ||
#' @source \url{https://raw.githubusercontent.com/uber-common/deck.gl-data/master/examples/3d-heatmap/heatmap-data.csv} | ||
"road_safety_greater_manchester" |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.