View source: R/get_positions.R
get_positions | R Documentation |
Get the currently held positions for your RobinHood account
get_positions(RH, limit_output = TRUE)
RH |
object class RobinHood |
limit_output |
(logical) if true, return a simplified positions table, false returns all position details |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_positions(RH) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.