Skip to contents

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.

Usage

cf_scale

cf_competition

cf_region

cf_division

Format

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.

Examples

cf_scale
#> $rx
#> [1] 0
#> 
#> $scaled
#> [1] 1
#> 
#> $foundations
#> [1] 2
#>