Description Usage Arguments Examples
Get day TSS
1 | getDayTSS(day)
|
day |
(dayWeek) A dayWeek object |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #add a run threshold to settings
mySettings <- addThreshold(sport = 'run', metric = 'pace', value = '4:30')
# create run session
runSession <- createSession(sport = 'run', metric = 'pace', minTargetZ = c(40, 20),
targetZ = c('4:50', '4:30'),
userSettings = mySettings,
description = 'making a run test session')
# create a new plan
newPlan <- storeSettings(mySettings)
# add session to the plan
newPlan <- addSessionToPlan(weeklyPlan = newPlan, session = runSession,
day = 'thursday')
getDayTSS(day = slot(newPlan, 'thursday'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.