boston_marathon | R Documentation |
Boston Marathon completion times of women of different ages. The
raw tab delimited data (boston_marathon.txt
) is read by
data.table::fread()
to produce a data frame with columns
for women's "age" and marathon "time" in minutes.
age | numeric age from 20 to 60 |
time | numeric marathon time |
boston_marathon
An object of class data.table
(inherits from data.frame
) with 109 rows and 2 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.