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)

Arguments

player_names

A vector of a valid username or usernames from Lichess

Value

a dataframe of lichess data

Examples

if (FALSE) {
georges_data <- get_raw_lichess(player_names = "Georges")
}