parse_trials | R Documentation |
For parsing Old Bailey trial data.
parse_trials(
xml_address
)
xml_address |
One or more XML addresses. A single XML address can be passed as a string, or numerous XML addresses can be passed as a list. |
Dataframe containing API pull of parsed Old Bailey Trials.
# Return a dataframe with parsed trial data.
xml_address <- "https://www.oldbaileyonline.org/obapi/text?div=t17690112-9"
parsed_trial <- parse_trials(xml_address)
head(parsed_trial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.