login: Login to fitbit.com and get cookie

Description Usage Arguments Value Examples

View source: R/login.R

Description

Get the login cookie after login at www.fitbit.com

Usage

1
login(email, password, rememberMe = FALSE)

Arguments

email

Email address used to login to fitbit.com

password

Password used to login to fitbit.com

rememberMe

Value for rememberMe during login, default is FALSE, but changing to TRUE may help with login issues

Value

A string containing the cookie that is returned after login at www.fitbit.com

Examples

1
2
3
4
5
## Not run: 
cookie <- login(email="corynissen<at>gmail.com", password="mypasswordhere")

## End(Not run)
login

fitbitScraper documentation built on May 2, 2019, 4:20 a.m.