data-raw/badges.R

## code to prepare `badges` dataset goes here

badges <- tibble::tibble(
  team = unique(fix_names(matches$home)),
  badge = purrr::map_chr(team, ~basename(get_badge(.x)))
)

usethis::use_data(badges, overwrite = TRUE)
williamorim/brasileirao documentation built on Sept. 28, 2024, 8:36 a.m.