if (FALSE) {
# The efficiency data frame must have this type of structure:
data_player_eff <- data.frame(team = "Real Madrid",
win_perc = "83.3% (5/6)",
pts_poss = 114,
pts_poss_opp = 104,
net_rtg = 10)
get_sticker(data_player_eff, acb_sticker_data_2526, "A. Abalde", language = "English")
get_sticker(data_player_eff, acb_sticker_data_2526, "A. Abalde", language = "Spanish", TRUE)
}
Run the code above in your browser using DataLab