elx_curia_list {eurlex} | R Documentation |
Scrape list of court cases from Curia
Description
Harvests data from lists of EU court cases from curia.europa.eu. CELEX identifiers are extracted from hyperlinks where available.
Usage
elx_curia_list(
data = c("all", "ecj_old", "ecj_new", "gc_all", "cst_all"),
parse = TRUE
)
Arguments
data |
Data to be scraped from four separate lists of cases maintained by Curia, defaults to "all" which contains cases from Court of Justice, General Court and Civil Service Tribunal. |
parse |
If |
Value
A data frame containing case identifiers and information as character columns. Where the case id contains a hyperlink to Eur-Lex, the CELEX identifier is retrieved as well. Hyperlinks to Eur-Lex disappeared from more recent cases.
Examples
elx_curia_list(data = "cst_all", parse = FALSE)
[Package eurlex version 0.4.8 Index]