# \donttest{
# Decode data frame consisting of some names and ids
decode_player_ids(data.frame(
name = c("P.Mahomes", "B.Baldwin", "P.Mahomes", "S.Carl", "J.Jones"),
id = c(
"32013030-2d30-3033-3338-3733fa30c4fa",
NA_character_,
"00-0033873",
NA_character_,
"32013030-2d30-3032-3739-3434d4d3846d"
)
))
# }
Run the code above in your browser using DataLab