Skip to content

Commit

Permalink
Add dataset 'road_safety_greater_manchester'
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycapivara committed Feb 1, 2019
1 parent b202bd8 commit 87fe0c7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Encoding: UTF-8
LazyData: true
LinkingTo:
Rcpp
Depends:
R (>= 3.0)
Imports:
Rcpp,
magrittr,
Expand Down
12 changes: 12 additions & 0 deletions R/data.R
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 added data/road_safety_greater_manchester.rda
Binary file not shown.
21 changes: 21 additions & 0 deletions man/road_safety_greater_manchester.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87fe0c7

Please sign in to comment.