RobinHood {RobinHood} | R 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)
[Package RobinHood version 1.7.0 Index]