Find a player id from cricinfo.com
See also
fetch_player_data()
to download playing statistics for
a player, and fetch_player_meta()
to download meta data on players.
Examples
if (FALSE) {
(perry <- find_player_id("Perry"))
EllysePerry <- fetch_player_data(perry[2, "ID"], "test")
}