get_garmin_data: Log in to garmin connect

View source: R/login.R

get_garmin_dataR Documentation

Log in to garmin connect

Description

Log in to garmin connect

Usage

get_garmin_data(
  username,
  password,
  start_date,
  end_date,
  number_of_activities,
  verbose = TRUE,
  path = NULL
)

Arguments

username

character, your Garmin Connect username (usuallly email address)

password

character, your Garmin Connect password

start_date

character, date from which on monitoring data should be collected

end_date

character, date by which monitoring data should be collected

number_of_activities

integer, number of activities to download

verbose

boolean, display progress bar? (default = TRUE)

path

character, where to create the databases to store the data (default = current working directory)


psychobas/GarminR documentation built on Aug. 28, 2023, 5:41 a.m.