login: Authenticate a Labstep user

Description Usage Arguments Value Examples

View source: R/login.R

Description

This function allows you to retrieve the user details for your Labstep account. It also returns your unique API key which you need to use the other Labstep API functions.

Usage

1
login(username, password)

Arguments

username

Your Labstep username (usually the email address you signed up with)

password

Your Labstep password

Value

Returns a 'user' object.

Examples

1
2
user <- login("demo@labstep.com","demopassword")
print(user)

Labstep/labstepR documentation built on Jan. 30, 2020, 7:11 p.m.