authenticate: authenticate

Description Usage Arguments Details See Also Examples

Description

Authenticates to the Anametrix platform.

Usage

1
authenticate(axapi.uri = "https://ui.anametrix.com/api", username, password)

Arguments

axapi.uri

default is "https://ui.anametrix.com/api". URI is different for R Jobs.

username

most often an anametrix email (e.g. "demo.user@demoanametrix.com")

password

associated password

Details

return a list of authentication elements (API URL, access token) used to download and upload data to the platform.

See Also

Other authentication functions: authenticationCheck

Examples

1
2
3
username <- "demo.user@demoanametrix.com"
password <- "password"
auth     <- authenticate("https://demo.anametrix.com/api", username, password)

anametrix documentation built on Jan. 15, 2017, 3:13 p.m.