Learn R Programming

fitbitScraper (version 0.1.2)

login: Login to fitbit.com and get cookie

Description

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

Usage

login(email, password)

Arguments

email
Email address used to login to fitbit.com
password
Password used to login to fitbit.com

Value

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

Examples

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

Run the code above in your browser using DataLab