View source: R/old_bailey_api_terms.R
old_bailey_api_terms | R Documentation |
For viewing terms and their categories.
old_bailey_api_terms(
cat = NULL
)
cat |
Return terms corresponding to a category of crime. By default, all terms and categories are returned. |
Dataframe containing API pull of terms and their categories.
# Return a dataframe with the terms corresponding to defendant gender or offensive category.
terms <- old_bailey_api_terms(cat = c("defgen", "offcat"))
head(terms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.