Description Usage Arguments Details See Also Examples
Authenticates to the Anametrix platform.
| 1 | authenticate(axapi.uri = "https://ui.anametrix.com/api", username, password)
 | 
| 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 | 
return a list of authentication elements (API URL, access token) used to download and upload data to the platform.
Other authentication functions: authenticationCheck
| 1 2 3 | username <- "demo.user@demoanametrix.com"
password <- "password"
auth     <- authenticate("https://demo.anametrix.com/api", username, password)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.