Skip to contents

get_remarks() returns a tibble of remarks about the evaluation process of each year competition. They may explain such things as: changes in the rules, substitution of judges or absence of demotion of schools.

Usage

get_remarks(years)

Arguments

years

(numeric) which years of remarks to show. almost all years since 1968 are available.

Value

A tibble. Its columns are info (remarks) and year (parade year). Each line corresponds to all remarks made in a given year.

Examples

# Prints a table that shows the remarks on the evaluation process of 1970 and 1980
get_remarks(years = c(1970, 1980))
#> # A tibble: 2 × 2
#>   info                                                                      year
#>   <chr>                                                                    <int>
#> 1 "Os quesitos Bateria, Harmonia e Melodia e Mestre-Sala e Porta-Bandeira…  1970
#> 2 "Nenhuma observação sobre a apuração registrada."                         1980