Get the metrics and ids for all the metrics in the system.
Arguments
- testType
Supply a value of type string. Must be canonical test Id, test type name, or test name abbreviation.
Names | Abbreviations: "Countermovement Jump" | "CMJ", "Squat Jump" | "SJ", "Isometric Test" | "ISO", "Drop Jump" | "DJ", "Free Run" | "FREE", "CMJ Rebound" | "CMJR", "Multi Rebound" | "MR", "Weigh In" | "WI", "Drop Landing" | "DL"
Value
Response will be a data frame containing the tests metrics that are in the HD system. The parameter
testType
can be used to filter and return only metrics of the specified type.
The returned data frame will follow the following schema:
Column Name | Type | Description |
id | chr | System metric ID |
label | chr | Outward facing label or title |
units | chr | Unit of measure (if any) |
description | chr | Description or definition of metric |