get_zwift_activities: Get Zwift Activities

Description Usage Arguments Value Author(s) Examples

View source: R/zwift_import.R

Description

Returns a data frame of Zwift activities of length of the passed input.

Usage

1
get_zwift_activities(un,pw,limit)

Arguments

un

your Zwift username

pw

your Zwift password

limit

the number of activities to return, starting from the most recent activity

Value

A data frame of your most recent n Zwift activities

Author(s)

John Peters

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

Johne3112/zwiftactivities documentation built on Dec. 25, 2021, 12:12 a.m.