Description Usage Format Details Examples
Data for the drivers license details as per the SQL Murder (http://mystery.knightlab.com/walkthrough.html) and here (https://github.com/NUKnightLab/sql-mysteries). Simon Willison made an online version of the SQL game (https://sql-murder-mystery.datasette.io/sql-murder-mystery).
1 |
A data set with nine variables: id
, age
,
height
, eye_color
, hair_color
, gender
,
plate_number
, car_make
and car_model
.
How to play the game ....
This package makes the data of the SQL Murder Mystery available in R.
There's been a Murder in SQL City!
The Murder Mystery is designed to be both a self-directed lesson to
learn R concepts and is also a fun game for experienced R users to solve an intriguing crime.
Please read the Readme file for the details!
1 2 | # Load a bit of the dataset: drivers_license
head(drivers_license)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.