Learn R Programming

gofigR (version 1.1.3)

login_with_username: Prompts the user for username and password and logs into GoFigr.

Description

This function interactively requests credentials, attempts authentication against the GoFigr API, and retries a limited number of times on failure. It is primarily used by `gfconfig()` and is not intended for scripted use.

Usage

login_with_username(max_attempts)

Value

A configured GoFigr client object authenticated with username and password.

Arguments

max_attempts

Maximum number of login attempts before giving up.