R Shiny create a column in reactable table that includes a hyperlink

So this is close to having worked! It looks like it concatenates all of the hyperlinks for each player. For example, for Steph Curry the link is c("https://go.metabet.io/bet/nba_game_player_3_pointers_made/475809/bet_rivers_il",
"https://go.metabet.io/bet/nba_game_player_3_pointers_made/475809/bet_rivers_in",
"https://go.metabet.io/bet/nba_game_player_3_pointers_made/475809/draftkings") instead of just the one link. Is there something I need to do with sapply to get it to work?