Attorney_tbl_df | R Documentation |
This dataset contains information on the number of convictions reported by U.S. attorney's offices, along with the number of staff members, normalized per 1 million population. The dataset also includes the district names for each observation.
data(Attorney_tbl_df)
A tibble with 88 observations and 3 variables:
Number of U.S. attorneys' office staff per 1 million population (integer).
Number of convictions reported by U.S. attorneys' offices per 1 million population (integer).
Name of the district (character). Possible values include major U.S. cities such as Albuquerque, Atlanta, Boston, Chicago, Houston, Miami, San Francisco, and others.
The dataset name has been changed to 'Attorney_tbl_df' to avoid confusion with other data sets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble in R. The original content has not been modified in any way.
Data from U.S. Attorney's Office Reports.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.