R/citations.R
articles.Rd
The articles dataset contains a list of articles from the Colombian Constitution that were mentioned during the ruling.
articles
A data frame with two variables:
id
Ruling ID
article
Article number
articles #> # A tibble: 125,107 × 2 #> id article #> <chr> <int> #> 1 C-001-18 1 #> 2 C-001-18 13 #> 3 C-001-18 17 #> 4 C-001-18 241 #> 5 C-001-18 243 #> 6 C-002-18 29 #> 7 C-002-18 158 #> 8 C-002-93 13 #> 9 C-002-93 25 #> 10 C-002-93 26 #> # ℹ 125,097 more rows