Downloads games from /api/games/user/{username} and requests NDJSON.
Returns a tibble of commonly-used analysis fields, plus a raw list-column
containing each full game object as returned by the API.
export_games(
cl,
username,
max = 100,
since = NULL,
until = NULL,
perfType = NULL,
rated = NULL,
opening = TRUE
)A tibble with selected metadata columns and a raw list-column.
A horsey_client.
Lichess username.
Maximum number of games to request (default 100).
Optional epoch milliseconds (inclusive).
Optional epoch milliseconds (exclusive).
Optional perf filter (e.g., "blitz", "rapid").
Optional logical filter.
If TRUE, ask Lichess to include opening info when available.