marathon_training: Dataset to test the functionality of each function of the...

Description Usage Format Examples

Description

Tracks the running workout of 5 people throughout a single day. It is initially tracked in miles per hour, but the runners from South Africa have complained that the imperial system is a mess and they would prefer the metrics in kilometers.

Usage

1

Format

A data frame with 5 records and 4 variables:

names

name of runner;

dist_mi

length of run in miles;

temp_f

temperature in fahrenheit during the workout

vol_gal

the volume of water consumed by each person during the workout.

times

The time in hours of the workout for each person;

dist_km

length of run in kilometers;

Examples

1
plot(dist_mi ~ time, data = datasets)

alexnakagawa/conversionr documentation built on May 20, 2019, 2:43 p.m.