activityInfoLogin: Use Basic Authentication (deprecated) to authenticate and...

View source: R/auth.R

activityInfoLoginR Documentation

Use Basic Authentication (deprecated) to authenticate and store user credentials to authorize requests for the ActivityInfo API

Description

Configures the current session to use a user's email address and password for authentication to ActivityInfo.org

This function is deprecated. Switch to the more secure activityInfoToken() with a personal access token.

Usage

activityInfoLogin(userEmail, password)

Arguments

userEmail

The email address used to log in with to ActivityInfo.org

password

The user's ActivityInfo password

Examples

## Not run: 
activityInfoLogin("nouser@activityinfo.org", "pass")

## End(Not run)

bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.