Skip to contents

These datasets store the reduced points–ranking tables generated by build.pts.rk(). They contain only the information required for:

Details

  • computing classement ranks from points via points2rank(), and

  • exporting JSON files used by the online tool.

For full player information (club, province, matches, etc.), use players_m or players_f, which contain the complete registry snapshots.

Contents

  • pts_rk_m is the points–ranking table for Messieurs.

  • pts_rk_f is the points–ranking table for Dames.

Each dataset is a two‑column data frame with:

  • pts: numeric points used for ranking

  • rk: integer ranking position (1 = highest ranked active player)

Only active players are included (inactive players are excluded upstream using position_bis).

These datasets are produced automatically by build.pts.rk() and exported both as .json (for the web app) and .rda (for local use).

Examples

# Messieurs
data(pts_rk_m)
head(pts_rk_m)
#>       pts   rk
#> 1 1753.68  972
#> 2 1730.67 1053
#> 3 1720.56 1092
#> 4 1701.42 1156
#> 5 1639.49 1364
#> 6 1524.04 1893

 if (FALSE) # Dames
data(pts_rk_f)
head(pts_rk_f)
#> Error: object 'pts_rk_f' not found
 # \dontrun{}

# Use in rank-from-points computation
points2rank(1500, pts_rk_m)
#> [1] 2001