RobinHood: RobinHood Account Authentication

View source: R/RobinHood.R

RobinHoodR Documentation

RobinHood Account Authentication

Description

This function returns an object of S3 class RobinHood and establishes a connection to a RobinHood account. It is a required input for every other function in the package.

Usage

RobinHood(username, password, mfa_code)

Arguments

username

(string) account email address

password

(string) password

mfa_code

(string) mfa_code provided by your authentication app (required if mfa is enabled)

Examples

## Not run: 
RH <- RobinHood("username", "password")

## End(Not run)

JestonBlu/RobinHood documentation built on Aug. 21, 2023, 7:57 a.m.