athlytics_sample_ef {Athlytics} | R Documentation |
Sample Efficiency Factor (EF) Data for Athlytics
Description
A dataset containing pre-calculated Efficiency Factor (EF) values, derived from simulated Strava data. Used in examples and tests.
Usage
athlytics_sample_ef
Format
A data.frame with X rows and 3 variables:
- date
Date of the activity, as a Date object.
- activity_type
Type of activity (e.g., "Run", "Ride"), as a character string.
- ef_value
Calculated Efficiency Factor, as a numeric value.
Source
Simulated data generated for package examples.
[Package Athlytics version 0.1.2 Index]