Retrieve details (document links) from a jurisprudence record entry

get_details(detail_id_or_url)

Arguments

detail_id_or_url

either a number (e.g. 2606) or a full URL (i.e. the detail_url from a juris_search() query result)

Value

data frame of document links

Examples

xdf <- juris_search(year_start = 2019, year_end = 2020)
get_details(xdf$detail_url[1])
get_details(2606)