The person dataset contains information on the judges that signed off on a
particular ruling.
Format
A data frame with two variables:
idRuling ID
nameName of the judge
mpReporting judge ("Magistrado Ponente")
avConcurring Opinion Indicator ("Aclaración de Voto")
svDissenting Opinion Indicator ("Salvamento de Voto")
interimInterim Judge Indicator ("Magistrado Encargado")
conjuezSubstitute Judge Indicator ("Conjuez")
Examples
person
#> # A tibble: 131,484 × 7
#> id name mp av sv interim conjuez
#> <chr> <chr> <lgl> <lgl> <lgl> <lgl> <lgl>
#> 1 C-001-18 luis guillermo guerrero perez FALSE FALSE FALSE FALSE FALSE
#> 2 C-001-18 carlos bernal pulido FALSE FALSE TRUE FALSE FALSE
#> 3 C-001-18 diana fajardo rivera TRUE FALSE FALSE FALSE FALSE
#> 4 C-001-18 alejandro linares cantillo FALSE FALSE FALSE FALSE FALSE
#> 5 C-001-18 antonio jose lizarazo ocampo FALSE FALSE FALSE FALSE FALSE
#> 6 C-001-18 gloria stella ortiz delgado FALSE FALSE FALSE FALSE FALSE
#> 7 C-001-18 cristina pardo schlesinger FALSE FALSE FALSE FALSE FALSE
#> 8 C-001-18 jose fernando reyes cuartas FALSE FALSE FALSE FALSE FALSE
#> 9 C-001-18 alberto rojas rios FALSE FALSE FALSE FALSE FALSE
#> 10 C-002-18 luis guillermo guerrero perez FALSE FALSE FALSE FALSE FALSE
#> # ℹ 131,474 more rows