| chicago_tree | R Documentation |
Hierarchical classification of crime incidents by type, description and location group.
chicago_tree
A data.frame with 2,841 rows and 2 columns:
Character identifier of each node.
Character identifier of the parent node. NA
for the root.
4-level tree: Root -> Crime Type -> Description -> Location Group.
2,486 leaf nodes. Leaf node IDs follow the pattern
"<TYPE> | <DESCRIPTION> | <LOCATION>".
Constructed from the leaf-level codes in chicago_crimes.
See data-raw/ in the GitHub repository for the build script.
chicago_crimes
data(chicago_tree)
head(chicago_tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.