# \donttest{
library(gt)
library(mlbplotR)
gt_milb_example <- mlbplotR::load_milb_teams() %>%
dplyr::filter(parent_org_name == "Texas Rangers") %>%
dplyr::mutate(dot = team_name) %>%
dplyr::select(team_name, dot, team_location, team_mascot) %>%
gt::gt() %>%
gt_fmt_milb_logo(columns = "team_name") %>%
gt_fmt_milb_dot_logo(columns = "dot")
# }
Run the code above in your browser using DataLab