api_login {RobinHood} | R Documentation |
RobinHood API: Login
Description
Backend function called by RobinHood(). Returns a list like object of class RobinHood which stores tokens required by all other functions.
Usage
api_login(username, password, mfa_code)
Arguments
username |
(string) RobinHood username |
password |
(string) RobinHood password |
mfa_code |
(string) Provided by your authentication app |
[Package RobinHood version 1.7.0 Index]