fitbitScraper (version 0.1.8)

login: Login to fitbit.com and get cookie

Description

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

Usage

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

Run this code
## Not run: ------------------------------------
# cookie <- login(email="corynissen<at>gmail.com", password="mypasswordhere")
## ---------------------------------------------
login

Run the code above in your browser using DataLab