cf-data | R Documentation |
A set of incomplete but still useful key-value lists that map a query
parameter of interest to its underlying integer or string value used in
the actual request string. For example, the Women
division has a query
parameter value of 2L
, but you can use cf_division$Women
anywhere you
see a division
argument.
cf_scale
: The scale used in the workout. Includes rx
, scaled
, and
foundations
scales.
cf_competition
: The competition to retrieve data for. The two most
important are open
and games
.
cf_region
: The region to filter down to. From what I can tell, using
worldwide
as the region will pull in all the data, and then you can filter
from there. This is an incomplete set of data.
cf_division
: The division to retrieve data for. Most relevant are Men
and Women
, but you can also filter for an age group, like Women (50-54)
.
This is an incomplete set of data.
cf_scale cf_competition cf_region cf_division
An object of class list
of length 3.
An object of class list
of length 7.
An object of class list
of length 7.
An object of class list
of length 36.
cf_scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.