R/person.R

#' Person Data for dplyr Murder Mystery
#'
#' There has been a murder in dplyr City! All you know is that it took place on January 15, 2018 in dplyr City. All
#' the clues that you will need to solve the murder are in the data in this package. Use your dplyr skillz to solve
#' the murder mystery, have fun, no spoilers!!
#'
#' The dplyr murder mystery is a murder mystery not entirely unlike the SQL murder mystery listed in the source. The
#' primary difference is that we added R based easter eggs. Have fun looking for them!
#'
#' @format A data frame with 10011 observations of 6 variables
#' \describe{
#'   \item{person_id}{Person id. Consistent across data frames}
#'   \item{name}{Name of person}
#'   \item{license_id}{Drivers license of person}
#'   \item{address_number}{Street number}
#'   \item{address_street_name}{Street name}
#'   \item{ssn}{9 digit social security number. While some people in this data set are real, the SSN's are randomly generated.}
#'  }
#'
#' @source \url{https://github.com/NUKnightLab/sql-mysteries}
#' @source \url{https://github.com/veltman/clmystery}
#'
"person"
speegled/dplyrmurdermystery documentation built on Sept. 9, 2021, 5:48 a.m.