Learn R Programming

horsey (version 1.0.1)

user: Get a user's public profile

Description

Retrieves a public user profile from the Lichess API.

Usage

user(cl, username, tz = "UTC")

Value

A tibble with selected fields, plus a raw list-column.

Arguments

cl

A horsey_client.

username

Lichess username.

tz

Time zone for the returned datetime fields. Defaults to "UTC".