elo: Get Elo Rating

Description Usage Arguments Value Examples

View source: R/ratings.R

Description

Given a USCF ID number, the elo() function will return the classical Elo rating of that player.

Usage

1
elo(id)

Arguments

id

A USCF ID number

Value

a classical Elo rating, as an integer

Examples

1
2
elo(12641216)
elo(13145890)

USCF documentation built on Sept. 23, 2017, 1:04 a.m.

Related to elo in USCF...