This function returns the raw json data for a player's or list of players' Lichess data as a data frame
get_raw_lichess(player_names)
A vector of a valid username or usernames from Lichess
a dataframe of lichess data
if (FALSE) {
georges_data <- get_raw_lichess(player_names = "Georges")
}