RobinHood | R Documentation |
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.
RobinHood(username, password, mfa_code)
username |
(string) account email address |
password |
(string) password |
mfa_code |
(string) mfa_code provided by your authentication app (required if mfa is enabled) |
## Not run: RH <- RobinHood("username", "password") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.